masnun/symfony-cli

A global command line tool for Symfony2

dev-master 2014-01-06 06:04 UTC

This package is not auto-updated.

Last update: 2024-05-07 00:23:17 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 :)