Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 943 Bytes

index.rst

File metadata and controls

34 lines (23 loc) · 943 Bytes

Welcome to BoxPacker's documentation!

BoxPacker is 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.

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.

License

BoxPacker is licensed under the MIT license.

Warning

You are reading the documentation for BoxPacker v1 which is no longer maintained except for the bare minimum work to allow it to function on newer PHP versions.

All users are recommended to upgrade to v3.

.. toctree::
    :maxdepth: 1
    :caption: Contents

    installation
    principles
    getting-started
    weight-distribution
    advanced-usage
    whatsnew