Phalcon cli template
June 1, 2015 ยท View on GitHub
This is just sample boostraping application for command line applications using the outstanding Phalcon Framework.
Installation
Just clone the repo.
Usage
Inside the project directory:
php cli.php Main index
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D