Silex, the Tiny but Strong Framework!
hhamon
Silex is a microframework built on top of the Symfony components. Its very lightweight core allows any PHP developers to start building web applications around it without any particular constraints. This talk first introduces the key concepts of Silex such as request / response handling, url routing and dependency injection. In the second part, you will discover how to enhance your Silex application by integrating official third party modules like Twig or Doctrine with Composer but you'll also learn how to create your custom Silex extensions.