Write a console application using Symfony and Pimple
In this article I will show you how to set up a stand alone command line application by using the Symfony Console component and Pimple. Writing console commands for Symfony (full stack framework) is easy and enjoyable. It helps a lot when you need to handle particular collateral tasks that are needed, in a way or another, to make your website running (processing and crunching data, make async requests, create reports, etc.). Anyway I discovered that writing stand alone command line applications using only…