masnun / symfony-cli
A global command line tool for Symfony2
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/masnun/symfony-cli
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-07 07:14:42 UTC
README
A global command line tool inspired by Artisan CLI
What does it do?
It finds the app/console
file and runs it for you so that you can run commands like:
symfony <command>
Instead of:
php app/console <command>
Installation
Install using composer:
composer global require masnun/symfony-cli:dev-master
Bugs/Issues?
There shouldn't be many. Please email: masnun@transcendio.net if you find any :)