Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 845 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 845 Bytes

Elf

I am no longer maintaining this library. If you would like to take over development of this project, please email me.

Build Status

Elf is a collection of helpers for the Symfony Console component.

Installing

To install Elf, you must add it to the list of dependencies in your composer.json file.

$ php composer.phar require kherge/elf=1.*

If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load it from the src/lib directory.

Usage

Please see the wiki for detail usage information.