/symfony-console-example

Base code example for a Symfony Console Application using Pimple

Primary LanguagePHPOpen Software License 3.0OSL-3.0

[UNMAINTAINED]

UPDATE: With Symfony 4 you can replace this project

stable version develop license

Symfony Console Application base example

This is a base example for a Symfony Console App using Pimple.

Project was made to have an example to start.
Symfony with Pimple can be a good conjunction for Dependency Injection approach.

Features

  • config via yaml file
  • multi environment settings in yaml file
  • dependenty injection in Application file

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Please create your pull request against the develop branch

License

OSL-3.0

Credits

Giuseppe Morelli - giuseppemorelli.net
Thanks to Luciano Mammino for inspiration.