https://github.com/efrane/phar-builder-bundle
https://github.com/efrane/phar-builder-bundle
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/phar-builder-bundle
- Owner: eFrane
- Created: 2020-09-28T10:33:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T17:10:00.000Z (over 1 year ago)
- Last Synced: 2025-06-18T01:49:25.598Z (about 1 year ago)
- Language: PHP
- Size: 2.58 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
[](https://github.com/eFrane/phar-builder-bundle/actions/workflows/phpunit.yml)
# 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
```bash
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](https://phar-builder.efrane.com/).