cfv1000 / phalcon-cli-boilerplate
A phalcon boilerplate for CLI tools
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
pkg:composer/cfv1000/phalcon-cli-boilerplate
Requires
- php: ~7.1
- ext-phalcon: ~3.3
Requires (Dev)
- phalcon/ide-stubs: ^3.4
This package is auto-updated.
Last update: 2025-09-27 08:27:36 UTC
README
Features
- working examples of usage
- easy and clear to setup
- handler for missing command
- custom DI example
example of usage
php bin/phalcon invalid:task --option --param=value
- this will trigger the default task. No registered task with given name
php bin/phalcon task --param=value -option
- example of registered task (no namespace)
php bin/phalcon ns:task --param=value -option
- example of registered task with namespace
Requirements
- php 7
- phalcon extension for php
Note: On Ubuntu, this can be run like ./bin/phalcon command --args