Files
tldr/pages/common/box.md
Vitor Henrique af35564618 pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

33 lines
645 B
Markdown

# box
> A PHP application for building and managing Phars.
> More information: <https://github.com/box-project/box>.
- Compile a new Phar file:
`box compile`
- Compile a new Phar file using a specific configuration file:
`box compile -c {{path/to/config}}`
- Display information about the PHAR PHP extension:
`box info`
- Display information about a specific Phar file:
`box info {{path/to/phar_file}}`
- Validate the first found configuration file in the working directory:
`box validate`
- Verify the signature of a specific Phar file:
`box verify {{path/to/phar_file}}`
- Display all available commands and options:
`box help`