2017 © Pedro Peláez
 

library console

helper to handle options on console

image

jlaso/console

helper to handle options on console

  • Tuesday, January 26, 2016
  • by jlaso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Class

This class can help you to deal with the arguments of your console scripts., (*1)

The class exploits the native php method getopt., (*2)

Installation

just launch composer require jlaso/console or add it manually in the composer.json of you project, (*3)

Examples

You can see a very basic example at samples/basic.php, (*4)

Help is welcome

Still pending unit test, (*5)

The Versions

26/01 2016

dev-master

9999999-dev https://github.com/jlaso/console

helper to handle options on console

  Sources   Download

MIT

The Requires