Skip to content

About

Main goal of this project is to write a manifest in any PHP Archive (PHAR) built with the BOX tool.

Features

  • Can generate manifest in CycloneDX SBOM Standard format
  • Can generate manifest in a simple key-value pairs plain text format (key: value)
  • Can generate manifest in a decorated text format (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

Table Of Contents

  1. How to install the tool
  2. Getting Started Guide
  3. Learn more with different Use Cases
  4. Learn more with the tutorial
  5. How to contribute