Manifest is a PHP library component for reading phar.io manifest information from PHP Archive files.
The tool solves the problem of parsing and accessing metadata stored in PHAR manifest files. It provides a structured way to read manifest.xml data from PHP Archives, allowing developers to programmatically extract phar.io manifest information rather than handling raw XML parsing themselves. The library can be used both to read existing manifest files and to create manifests via an API.
Developers building tools that work with PHAR files, particularly those in the phar.io ecosystem, should adopt this library. It suits projects that need to inspect or validate PHAR metadata, such as package managers, build tools, or distribution systems. The library is available as both a production and development-time dependency through Composer, making it flexible for different use cases.
The project maintains active engagement with its codebase, accepting pull requests and responding to issues. Development activity shows consistent attention to the repository with regular updates and community contributions being reviewed and integrated.