dvdoug/boxpacker

An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)

Maintainers

Package info

github.com/dvdoug/BoxPacker

Homepage

pkg:composer/dvdoug/boxpacker

Fund package maintenance!

dvdoug

Statistics

Installs: 2 723 668

Dependents: 20

Suggesters: 0

Stars: 652

Open Issues: 37


README

Build Status Scrutinizer Code Quality Download count Current version Documentation

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.