Utils to make creating (CLI) Phars with Symfony easy.
WARNING This project is in an early alpha stage and should not be used in production environments yet.
- Symfony >= 5.1
composer require efrane/phar-builder-bundle
In config/bundles.php
:
EFrane\PharBuilder\Bundle\PharBuilderBundle::class => ['all' => true],
Additional documentation lives at phar-builder.efrane.com.