SymfonyConsolePimple

A sample Symfony Console app using Pimple

MIT License

Stars
6

SymfonyConsolePimple

A sample Symfony Console app using Pimple.

It will show how to use Pimple in conjunction with Symfony/Console component to define commands with a Dependency Injection fashion.

You will find a full article on my blog.

Usage

Install dependencies with:

composer install

Then you can run

app/console greet <yourname>

or

app/console greet -Y <yourname>

(Obviously put some name instead of <yourname> or, if you are too lazy, avoid it at all!)

License

This is not a real software but a sample app, so why bother about a license? Anyway if you really want to bother I suppose MIT should be enough! 😛

Credits

Luciano Mammino (loige.com)

💩