This repository is based off the tutorial by Fabien Potencier entitled "Create your own framework... on top of the Symfony2 Components."
The tutorial is broken into 12 parts. Each completed section of the tutorial is tagged using a version number, such as "1.0" for Part 1, "2.0" for Part 2 and so on.
In order to access the exercises, you'll have to check out a copy of the repository...
$ git clone https://github.com/nfouka/Build_Framework_With_SF2
$ composer install
$ run cli-server php -S 127.0.0.1:8000 , build on http://127.0.0.1:8000/is_leap_year
DI , EventDispatcher >> Author: [email protected] , Grenoble University 2016 , November