Releases: Cloudstek/php-laff
Releases · Cloudstek/php-laff
v1.1.1
Thanks to @emirajbbd this release adds support for packing boxes with indexed arrays so now you can do this too:
<?php
use Cloudstek\PhpLaff\Packer;
$laff = new Packer();
$laff->pack(array(array(50,35,23), array(18,38,16)));
v1.1.0
Thanks to @Cosmologist (#10) this release is now available through composer and the code has seen some namespace love 🌟 👍
It is an old project (2012) but I'm glad to see people are interested. Contributions are welcome, contact me to find out how you can help if you like 👍
v1.0.1
This release contains several fixes (PR #6 and #9)
v1.0.0
Allow fixed container dimensions, fixed phpdoc headers, utility funct…