bartlett / box-manifest
Creates manifests for a PHP Archive (PHAR) and the BOX project (https://github.com/box-project/box)
Installs: 621
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
pkg:composer/bartlett/box-manifest
Requires
- php: ^8.2
- ext-phar: *
- composer/composer: ^2.7
- cyclonedx/cyclonedx-library: ^3.0
- humbug/box: ^4.6
- league/pipeline: ^1.0
- psr/log: ^3.0
- symfony/console: ^7.0
- symfony/filesystem: ^7.0
- symfony/process: ^7.0
- symfony/serializer: ^7.0
- symfony/stopwatch: ^7.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-24 04:23:27 UTC
README
BOX Manifest
Main goal of this project is to write a manifest in any PHP Archive (PHAR) built with the BOX tool.
Features
Provides a Symfony Console Application with the binary command box-manifest that :
- Can generate manifest in CycloneDX SBOM Standard format (sbom-jsonorsbom-xml)
- Can generate manifest in a simple key-value pairs plaintext format (key: value)
- Can generate manifest in a decorated text format console-styleorconsole-table(distinguish direct dependencies requirement and other uses)
- Can generate manifest in a custom user format
- Can generate a stub that should be able to display one or all manifests provided by the PHP Archive
- Can inspect a PHAR to find and display manifests contents
Version Compatibility
| Version | Status | Box Project Compatibility | PHP | 
|---|---|---|---|
| 4.0.xto4.2.x | Active development | 4.6.x | >= 8.2 | 
| 3.0.xto3.5.x | End Of Life | 4.0.xto4.3.x | >= 8.1 | 
| 2.0.xto2.3.x | End Of Life | 4.0.xto4.2.x | >= 8.1 | 
| 1.0.xto1.2.0 | End Of Life | 3.x | >= 7.4 | 
Documentation
All the documentation is available on website, generated from the docs folder.
Contributors
- Laurent Laville (Lead Developer)