Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.35 KB

[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.