Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tacoberu/php-console
- Owner: tacoberu
- License: mit
- Created: 2015-11-24T05:52:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T22:19:36.000Z (over 3 years ago)
- Last Synced: 2024-04-22T05:51:07.668Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`