2017 © Pedro Peláez
 

library symfony-cli

A global command line tool for Symfony2

image

masnun/symfony-cli

A global command line tool for Symfony2

  • Monday, January 6, 2014
  • by masnun
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony2 CLI

A global command line tool inspired by Artisan CLI, (*1)

What does it do?

It finds the app/console file and runs it for you so that you can run commands like:, (*2)

symfony <command> 

Instead of:, (*3)

php app/console <command>

Installation

Install using composer:, (*4)

composer global require masnun/symfony-cli:dev-master

Bugs/Issues?

There shouldn't be many. Please email: masnun@transcendio.net if you find any :), (*5)

The Versions

06/01 2014

dev-master

9999999-dev https://github.com/masnun/symfony-cli

A global command line tool for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3

 

symfony2 cli symfony global