Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efrane/phar-builder-bundle


https://github.com/efrane/phar-builder-bundle

Last synced: about 2 months ago
JSON representation

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/).