dvdoug / boxpacker
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
Fund package maintenance!
dvdoug
Installs: 2 032 314
Dependents: 19
Suggesters: 0
Security: 0
Stars: 612
Watchers: 38
Forks: 156
Open Issues: 33
Requires (Dev)
- behat/behat: ^3.13
- dvdoug/behat-code-coverage: ^5.3.1
- friendsofphp/php-cs-fixer: ^3.38.2
- monolog/monolog: ^3.5
- phpunit/phpunit: ^10.4
- dev-master / 4.x-dev
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.12.1
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.4
- 3.9.3
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0
- 1.x-dev
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4.2
- 1.4.1
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0.1
- 1.0
- 0.4
- 0.3
- 0.2
- 0.1
This package is auto-updated.
Last update: 2024-11-17 16:39:48 UTC
README
An implementation of the "4D" bin packing/knapsack problem i.e. given a list of items, how many boxes do you need to fit them all in taking into account physical dimensions and weights.
Especially useful for e.g. e-commerce contexts when you need to know box size/weight to calculate shipping costs, or even just want to know the right number of labels to print.
See documentation for more details.
License
BoxPacker is MIT-licensed.