# Généralités
# Qu'est-ce qu'un framework ?
# Avantages de l’utilisation d’un framework
- respect des standards et des bonnes pratiques
- rapidité du développement
- communication facilitée entre développeurs
- stabilité, solidité et sécurité grâce à une communauté active
- évolutivité et modularité du code
# Inconvénients de l’utilisation d’un framework
- learning curve
- possibilité que l’outil ne se plie pas exactement aux exigences
- distance avec le langage dans lequel on travaille
# Principaux frameworks PHP
# Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
# Phalcon
High performance, full-stack PHP framework delivered as a C extension
# Slim
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. At its core, Slim is a dispatcher that receives an HTTP request, invokes an appropriate callback routine, and returns an HTTP response. That’s it.
# Lumen
The stunningly fast micro-framework by Laravel.