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
- Host: GitHub
- URL: https://github.com/electrikmilk/php-cli
- Owner: electrikmilk
- License: mit
- Created: 2022-06-12T17:51:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T06:25:59.000Z (over 3 years ago)
- Last Synced: 2025-02-27T03:44:24.457Z (11 months ago)
- Topics: php-cli
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.