-
Sometimes "BoxPacker" works for a very long time and we need to force it to stop and continue working with other code.
I would like to add some kind of countdown and throw an exception when a certain…
-
Hello,
I have a question. Is it possible to set up a scenario to show packing in smaller boxes that are cheaper? For example:
Product dimensions:
10 x 10 x 10 cm
Dimensions of Box 1:
15 x 15 …
-
I am using dev-master as I've been trying to debug a particular problem trying to get the correct number of items in a box.
@dvdoug can you let me know why "keep flat" (as well as 0) provides a bet…
-
For my use case I want to know which box is the best for shipping of a certain amount of business-cards, and also what the total weight is.
I create a box with the following:
`$packer->addBox(new …
-
Hi,
I wonder about a way to pack 4 items that can actually be packed into one box without being stackable, but BoxPacker breaks it down into 2.
```
$packer = new Packer();
$packer->setMaxBoxesTo…
-
Hi @dvdoug,
I loved the BoxPacker that you created and it seems to be working fine most of the times but in certain test cases I have observed that the items are not correctly stacked which results…
-
Hi,
I have a problem with optimal packaging of items in a box.
I have 3 types of box depths that are cut to the desired length but not exceeding the courier's limit.
So I made a while loop from …
-
The following test case demonstrates that if I swap the length and width in the box dimensions, the utilization changes from 65.3% to 56.6%. In the first test, the box is able to accommodate 4 items. …
-
Hello and thanks for this great class,
As I'm testing with our boxes and items I can see that class is suggesting C1 box when I'm going to use 1 as the qty and for 2 pieces it's going to suggest B…
-
### What are you trying to do?
Hi there! Thanks for making Postie awesome.
We've got a client who sells super small, lightweight products. It's not unheard of for an order to contain quantities…