Forrest logo
tool overview
On this page you find all important commands for the CLI tool box. If the command you are looking for is missing please ask our AI.

box

The Box application simplifies the PHAR building process. Out of the box (no pun intended), the application can do many great things.

List of commands for box:

  • box:phar-extension:information Display information about the PHAR PHP extension.
    $ box info
    try on your machine
    explain this command
  • box:phar:compile Compile a new Phar file.
    $ box compile
    try on your machine
    explain this command
  • box:phar:compile:using:a:specific:config:file Compile a new Phar file using a specific config file.
    $ box compile -c ${path/to/config}
    try on your machine
    explain this command
  • box:phar:file:information Display information about a specific Phar file.
    $ box info ${path/to/phar_file}
    try on your machine
    explain this command
  • box:phar:file:verify-signature Verify the signature of a specific Phar file.
    $ box verify ${path/to/phar_file}
    try on your machine
    explain this command
  • box:tldr:449ae box: Display all available commands and options.
    $ box help
    try on your machine
    explain this command
  • box:tldr:f327e box: Validate the first found config file in the working directory.
    $ box validate
    try on your machine
    explain this command
tool overview