A simple PHP console.
github.com/leverage-php/console
Source
Issues
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT f2de05e97d5c1eef68d9ece4c8deaabcea705083
This package is auto-updated.
Last update: 2025-01-12 15:45:42 UTC
Simple PHP command runner designed to let you run -
php index.php foo:bar
(Which you can shorten with an alias etc.)
and have it execute PHP code as easily as possible without having to load every single command object you define.