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.
- config via yaml file
- multi environment settings in yaml file
- dependenty injection in Application file
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
OSL-3.0
Giuseppe Morelli - giuseppemorelli.net
Thanks to Luciano Mammino for inspiration.