efrane/phar-builder-bundle

Symfony Bundle to turn (CLI) Applications into Phars

Maintainers

Package info

github.com/eFrane/phar-builder-bundle

Type:symfony-bundle

pkg:composer/efrane/phar-builder-bundle

Fund package maintenance!

eFrane

Statistics

Installs: 118

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 7


README

Tests (PHP)

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.