https://github.com/apinstein/climax
PHP CLI Framework
https://github.com/apinstein/climax
Last synced: about 1 year ago
JSON representation
PHP CLI Framework
- Host: GitHub
- URL: https://github.com/apinstein/climax
- Owner: apinstein
- Created: 2010-09-26T03:42:15.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T15:26:07.000Z (over 12 years ago)
- Last Synced: 2025-03-28T01:12:59.877Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 435 KB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
CLImax is a php cli framework.
CLImax makes it dead-easy for you to build CLI programs in php:
- Custom apps for managing your project
- General-purpose CLI apps writen in PHP
See the "climax" executable for an example.
Philosophy and Opinions
CLImax is designed to make it trivially easy to create beautiful CLI apps. This is abort more than the CLI interface; it extends to the application itself.
CLImax is highly flexible under the hood, allowing you to structure your CLI app however you like; however it includes support for a conventional way to structure commands and arguments in a way that is easy to maintain and use.