efrane/phar-builder-bundle

Symfony Bundle to turn (CLI) Applications into Phars

Fund package maintenance!
eFrane

Installs: 88

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 13

Type:symfony-bundle


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.