We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
41f9d0f
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)));