| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| framework-web:symfony:accueil [2018/03/28 16:33] – [Module Framework web MVC] jcheron | framework-web:symfony:accueil [2024/03/14 10:27] (Version actuelle) – [Nouveautés V4] jcheron |
|---|
| ====== Module Framework web MVC ====== | ====== Symfony ====== |
| |
| <html><table border='0'><tr> | <html><table border='0'><tr> |
| <html><div class="info"> | <html><div class="info"> |
| <div style="font-size:14px;font-weight: bold;">Si vous avez apprécié :</div> | <div style="font-size:14px;font-weight: bold;">Si vous avez apprécié :</div> |
| |
| <br> | <br> |
| <a class="github-button" href="https://github.com/phpmv/phpmv-ui" data-show-count="true" aria-label="Star phpmv/phpmv-ui on GitHub">phpmv-UI thanks</a> | <a class="github-button" href="https://github.com/symfony/symfony" data-icon="octicon-star" data-show-count="true" aria-label="Star symfony/symfony on GitHub">symfony thanks</a> |
| <br> | <br> |
| <a class="github-button" href="https://github.com/Semantic-Org/Semantic-UI" data-show-count="true" aria-label="Star Semantic-Org/Semantic-UI on GitHub">Semantic-UI thanks</a> | <a class="github-button" href="https://github.com/phpmv/phpmv-ui" data-icon="octicon-star" data-show-count="true" aria-label="Star phpmv/phpmv-ui on GitHub">phpmv-UI thanks</a> |
| <br> | <br> |
| <a class="github-button" href="https://github.com/symfony/symfony" data-show-count="true" aria-label="Star symfony/symfony on GitHub">symfony thanks</a></html> | <a class="github-button" href="https://github.com/Semantic-Org/Semantic-UI" data-icon="octicon-star" data-show-count="true" aria-label="Star Semantic-Org/Semantic-UI on GitHub">Semantic-UI thanks</a> |
| | </html> |
| <html></div></html> | <html></div></html> |
| | <html><script async defer src="https://buttons.github.io/buttons.js"></script></html> |
| |
| Symfony est un framework PHP implémentant le design pattern MVC, créé en 2005 par [[https://github.com/fabpot|Fabien Potencier]] de la société SensioLabs.\\ | Symfony est un framework PHP implémentant le design pattern MVC, créé en 2005 par [[https://github.com/fabpot|Fabien Potencier]] de la société SensioLabs.\\ |
| * Coût à l'entrée important | * Coût à l'entrée important |
| * Inadapté sur trop petits projets (lenteur) | * Inadapté sur trop petits projets (lenteur) |
| ==== Nouveautés V4 ==== | ==== Nouveautés V7 ==== |
| * Automatisation des installations avec Flex | * |
| * Simplification de la structure des dossiers | |
| * Simplification du chargement des services | |
| * Bundle-less projects | |
| * Amélioration des performances (à vérifier) | |
| |
| ===== Contenu ===== | ===== Contenu ===== |
| * [[framework-web:symfony:td6]] | * [[framework-web:symfony:td6]] |
| * [[framework-web:symfony:td7]] | * [[framework-web:symfony:td7]] |
| ===== Evaluation ===== | |
| * [[slam4:moduless4]] | |
| ===== Outils ===== | ===== Outils ===== |
| * IDE : [[https://www.jetbrains.com/phpstorm/|PhpStorm]], Eclipse PHP | * IDE : [[https://www.jetbrains.com/phpstorm/|PhpStorm]], Eclipse PHP |
| ===== Articles ===== | ===== Articles ===== |
| |
| * | * [[https://www.maxpou.fr/utilisez-un-framework-php/| Utilisez un framework php]] |