Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efrane/phar-builder-bundle
https://github.com/efrane/phar-builder-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/efrane/phar-builder-bundle
- Owner: eFrane
- Created: 2020-09-28T10:33:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T10:48:04.000Z (3 months ago)
- Last Synced: 2024-09-28T04:14:13.730Z (3 months ago)
- Language: PHP
- Size: 2.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
[![Tests (PHP)](https://github.com/eFrane/phar-builder-bundle/actions/workflows/phpunit.yml/badge.svg?branch=master)](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/).