kherge/elf

This package is abandoned and no longer maintained. No replacement package was suggested.

A collection of helpers for the Symfony Console component.

Installs: 180

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 1

Forks: 2

pkg:composer/kherge/elf

1.0.2 2013-03-13 18:10 UTC

This package is not auto-updated.

Last update: 2021-12-07 01:39:10 UTC


README

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.