Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@mdeboer mdeboer released this 19 Sep 14:49
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)));