A simple console app made to learn Symfony Console component.
This application is made following this fantastic article by Luciano Mammino.
In his post he made a simple console applciation using Symfony Console component and Pimple.
- Creating the same application from Zero and adding other commands.
- Make decoupled code that can be tested using Codeception. Follow a TDD approach.