Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viebig/phalcon-console
Phalcon cli template
https://github.com/viebig/phalcon-console
Last synced: 3 months ago
JSON representation
Phalcon cli template
- Host: GitHub
- URL: https://github.com/viebig/phalcon-console
- Owner: viebig
- License: mit
- Created: 2015-04-02T21:47:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T20:10:02.000Z (over 9 years ago)
- Last Synced: 2024-04-10T05:44:27.037Z (7 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - phalcon-console - Sample bootstraping application for command line applications using the outstanding Phalcon Framework (Command Line)
README
# Phalcon cli template
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
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D