An open API service indexing awesome lists of open source software.

https://github.com/electrikmilk/php-cli

Helper classes for PHP CLI scripts
https://github.com/electrikmilk/php-cli

php-cli

Last synced: 5 months ago
JSON representation

Helper classes for PHP CLI scripts

Awesome Lists containing this project

README

          

# PHP CLI
Helper classes for PHP CLI scripts

You create a command in the /commands/ directory and extend the Command class. Takes care of a lot of boilerplate and makes formatting easier.