jlaso/console

helper to handle options on console

dev-master 2018-11-14 20:24 UTC

This package is auto-updated.

Last update: 2024-04-15 10:09:51 UTC


README

#Class

This class can help you to deal with the arguments of your console scripts.

The class exploits the native php method getopt.

#Installation

just launch composer require jlaso/console or add it manually in the composer.json of you project

#Examples

You can see a very basic example at samples/basic.php

#Help is welcome

Still pending unit test