https://github.com/paul-schuhm/framework-php
Sources du module d'enseignement Framework PHP
https://github.com/paul-schuhm/framework-php
framework pedagogie php8 poo symfony teaching-materials
Last synced: 3 months ago
JSON representation
Sources du module d'enseignement Framework PHP
- Host: GitHub
- URL: https://github.com/paul-schuhm/framework-php
- Owner: paul-schuhm
- Created: 2025-01-05T14:33:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:59:04.000Z (4 months ago)
- Last Synced: 2025-01-27T14:42:47.225Z (4 months ago)
- Topics: framework, pedagogie, php8, poo, symfony, teaching-materials
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework PHP
- [Framework PHP](#framework-php)
- [Démos](#démos)
- [Corrections d'exercices](#corrections-dexercices)
- [Références utiles](#références-utiles)
- [Dépôts connexes](#dépôts-connexes)
- [Symfony](#symfony)
- [Ouvrages](#ouvrages)
- [Conférences](#conférences)
- [Misc](#misc)## Démos
- [Autoloading avec Composer](./demos/composer-autoloading/);
- [Différence entre `static` et `self` (PHP)](./demos/php:static-vs-self/)
- [Twig (sandalone)](./demos/twig)## Corrections d'exercices
- [Corrections des exercices sur les rappels POO et PHP](./corrections/poo-exercice1/)
- [Corrections des exercices sur Symfony](./corrections/symfony/)## Références utiles
### Dépôts connexes
- [POO et Design Patterns avec PHP](https://github.com/paul-schuhm/design-patterns)
- [Veille PHP](https://github.com/paul-schuhm/veille-php)
- [Implémentation MVC en *vanilla* php](https://github.com/paul-schuhm/mvc-vanilla-php)### Symfony
- [Documentation officielle de Symfony](https://symfony.com/doc/current/index.html)
### Ouvrages
- [*Modern PHP*](https://www.oreilly.com/library/view/modern-php/9781491905173/), de Josh Lockhart publié chez O'REILLY (2015)
- [Symfony 5, Développez des sites web PHP structurés et performants](https://www.editions-eni.fr/livre/symfony-5-developpez-des-sites-web-php-structures-et-performants-9782409037221), d'Etienne langlet, publié chez ENI Éditions (2022)
- [En route pour Symfony (fr)](https://symfony.com/doc/6.4/the-fast-track/fr/index.html), livre de [Fabien Potencier](https://booknode.com/auteur/fabien-potencier/biographie) (créateur de Symofny), version française en ligne gratuite### Conférences
- [Aggressive PHP quality assurance in 2019 - Marco PIVETTA - Forum PHP 2019](https://www.youtube.com/watch?v=i2-VLVucPJE&list=PLS3XEhTy6-Ale8Et6pxRR2I3LYNt8-rX3&index=53);
- [Tirer le maximum du moteur PHP 7 - l'exemple de Symfony - Nicolas Grekas - PHP Tour Montpellier 2018](https://www.youtube.com/watch?v=sliLs1hTvBc&list=PLS3XEhTy6-Ale8Et6pxRR2I3LYNt8-rX3&index=76);
- [Performance Optimization - Fabien Potencier - PHP Tour 2016](https://www.youtube.com/watch?v=VuwyY_akLMA&list=PLS3XEhTy6-Ale8Et6pxRR2I3LYNt8-rX3&index=87);
- [D'une architecture web MVC à une architecture Clean Hexagonale - Céline Gilet (fr)](https://www.youtube.com/watch?v=e3K0_URBxRI&list=PLS3XEhTy6-Ale8Et6pxRR2I3LYNt8-rX3&index=111), sur les limites du pattern MVC en pratique ;
- [La clean architecture : pourquoi ? Comment ? Pour qui ? - Nicolas DE BOOSE - AFUP Day 2020 Lille (fr)](https://www.youtube.com/watch?v=LTxJFQ6xmzM&list=PLS3XEhTy6-Ale8Et6pxRR2I3LYNt8-rX3&index=114), exellente présentation, comment faire évoluer le pattern MVC vers l'architecture hexagonale pour réduire les couplages entre les différents composants du système### Misc
- [Blog de Fabien Potencier](https://fabien.potencier.org/);