PNP's Not Phar - a PHP project merger

Maintainers

Details

github.com/iggyvolz/pnp

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

v0.1 2021-12-10 20:58 UTC

This package is auto-updated.

Last update: 2024-05-11 09:05:42 UTC


README

Create a single PHP file from a PHP project. Use as:

$ pnp <output file> -b <script to run> --vendor <vendor dir to load> -c <compression mode>

For example, you can generate binaries for this project with:

$ pnp pnp -b bin/pnp --vendor ./vendor -c gzip

Or for Composer with:

$ pnp composer -b bin/composer --vendor ./vendor -c gzip