efrane / phar-builder-bundle
Symfony Bundle to turn (CLI) Applications into Phars
Package info
github.com/eFrane/phar-builder-bundle
Type:symfony-bundle
pkg:composer/efrane/phar-builder-bundle
Fund package maintenance!
v0.5.0
2021-04-22 09:25 UTC
Requires
- php: >=7.3
- ext-json: *
- ext-spl: *
- composer/semver: ^3.2
- phar-io/version: ^3.0
- symfony/console: ^5.1
- symfony/dotenv: ^5.1
- symfony/framework-bundle: ^5.1
- symfony/http-client: ^5.1
- symfony/http-kernel: ^5.1
- symfony/process: ^5.1
- webmozart/path-util: ^2.3
- yosymfony/resource-watcher: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- matthiasnoback/symfony-dependency-injection-test: ^4.2
- nyholm/symfony-bundle-test: ^1.6
- phpstan/phpstan: ^0.12.54
- phpunit/phpunit: ^9.4
- dev-master
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- v0.0.1
- dev-dependabot/composer/symfony/var-dumper-6.4.15
- dev-dependabot/npm_and_yarn/docs/cross-spawn-6.0.6
- dev-dependabot/composer/symfony/process-5.4.46
- dev-dependabot/npm_and_yarn/docs/elliptic-6.6.0
- dev-dependabot/npm_and_yarn/docs/express-4.21.0
- dev-dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1
- dev-dependabot/npm_and_yarn/docs/eventsource-1.1.1
This package is auto-updated.
Last update: 2026-03-13 19:47:17 UTC
README
Phar Builder Bundle for Symfony
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.
Requirements
- Symfony >= 5.1
Installation
composer require efrane/phar-builder-bundle
In config/bundles.php:
EFrane\PharBuilder\Bundle\PharBuilderBundle::class => ['all' => true],
Documentation
Additional documentation lives at phar-builder.efrane.com.