{: .box-image}
The Box application simplifies the PHAR building process. Out of the box (no pun intended), the application can do many great things:
box info or box diff)box verify)box validate)box docker)Find out more about installation and configuration.
Creating a PHAR should be as simple as running box compile (no config required!). It will however assume some
defaults that you might want to change. Box will by default be looking in order for the files box.json and
box.json.dist in the current working directory. A basic configuration could be for example changing the PHAR
permissions:
{
"chmod": "0700"
}
You can then find more advanced configuration settings in the configuration documentation. For more information on which command or options is available, you can run:
box help
The project provides a Makefile in which the most common commands have been registered such as fixing the coding
style or running the test.
make
The policy is for the major part following the same as [Symfony's one][symfony-bc-policy]. Note that the code marked
as [@private](https://github.com/private) or [@internal](https://github.com/internal) are excluded from the BCP.
The text displayed by the commands (e.g. compile or info) or the content of the error/exception messages are also not subject to the BCP.
Project originally created by: Kevin Herrera ([@kherge]) which has now been moved under the [Humbug umbrella][humbug].
[@kherge]: https://github.com/kherge [humbug]: https://github.com/humbug [symfony-bc-policy]: https://symfony.com/doc/current/contributing/code/bc.html
How can I help you explore Laravel packages today?