masnun/symfony-cli

A global command line tool for Symfony2

Maintainers

Package info

github.com/masnun/symfony-cli

pkg:composer/masnun/symfony-cli

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-10 09:24:40 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 :)