Skip to content

Releases: Cloudstek/php-laff

v1.1.1

19 Sep 14:49
41f9d0f
Compare
Choose a tag to compare

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

13 Oct 13:19
Compare
Choose a tag to compare

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

28 Dec 08:27
Compare
Choose a tag to compare

This release contains several fixes (PR #6 and #9)

v1.0.0

20 Dec 13:20
Compare
Choose a tag to compare
Allow fixed container dimensions, fixed phpdoc headers, utility funct…