Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tacoberu/php-console

PHP Console a lightweight framework for creating PHP CLI scripts.
https://github.com/tacoberu/php-console

Last synced: about 2 months ago
JSON representation

PHP Console a lightweight framework for creating PHP CLI scripts.

Awesome Lists containing this project

README

        

PHP Console
===========

Framework for a command line application with PHP. It's an extensible,
flexible component.

Concurent for Symfony/Console.

* Make command only with depends to interface.
* Support DI Container. Create command with DIC.
* Build-in support many output formats: colored, ansi, xml, json.
* Parsing input. Making output format (list, dict, table).
* Build-in default command: help, version.

# Examples

Minimal application:

`samples/1.greating/app`