Download the PHP package dagmike/bin-packing without Composer
On this page you can find all versions of the php package dagmike/bin-packing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bin-packing
2D Bin Packing Algorithms using PHP
This repository is a port of the 2D bin packing algorithms found here: juj/RectangleBinPack into PHP.
Installation
You can install the package via composer:
Usage
Currently Implemented Algorithms
- Maximum Rectangles
- Bottom-Left - RectBottomLeft
- Best Area Fit - RectBestAreaFit
- Best Short Side Fit - RectBestShortSideFit
- Best Long Side Fit - RectBestLongSideFit
- Linear - RectLinear
All versions of bin-packing with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package dagmike/bin-packing contains the following files
Loading the files please wait ....