Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabbi89/symfony3-certification-guide-and-notes
Symfony 3 certification unofficial guide and notes
https://github.com/tabbi89/symfony3-certification-guide-and-notes
certification symfony symfony-bundle symfony2 symfony3
Last synced: about 1 month ago
JSON representation
Symfony 3 certification unofficial guide and notes
- Host: GitHub
- URL: https://github.com/tabbi89/symfony3-certification-guide-and-notes
- Owner: tabbi89
- License: mit
- Created: 2017-10-04T22:24:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T22:18:21.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T16:01:32.738Z (about 2 months ago)
- Topics: certification, symfony, symfony-bundle, symfony2, symfony3
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: Security.md
Awesome Lists containing this project
README
# Symfony 3 certification guide and notes
Collections of links and notes based on the topics included in the Symfony 3 certification exam. This is unofficial study guide and notes.
More info: https://sensiolabs.com/en/symfony/certification.html
Inspired by the Symfony 3 certification guide of [raulconti](https://github.com/raulconti/symfony-3-certification-guide) and [ThomasBerends](https://github.com/ThomasBerends/symfony-certification-preparation-list)
* **PHP**
* **HTTP**
* **Symfony Architecture**
* **Standardization**
* **Bundles**
* **Controllers**
* **Routing**
* [**Templating with Twig**](Templating-with-Twig.md)
* [**Forms**](Forms.md)
* [**Data Validation**](Data-Validation.md)
* [**Dependency Injection**](Dependency-Injection.md)
* [**Security**](Security.md)
* [**HTTP Caching**](HTTP-Caching.md)
* [**Console**](Console.md)
* [**Automated tests**](Automated-tests.md)
* [**Miscellaneous**](Miscellaneous.md)