Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 726 Bytes

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.