Skip to content

Instantly share code, notes, and snippets.

@kherge
Last active October 12, 2019 16:34
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kherge/ec19f8af260b32614fb38227ff00ef3e to your computer and use it in GitHub Desktop.
Save kherge/ec19f8af260b32614fb38227ff00ef3e to your computer and use it in GitHub Desktop.

Symfony

Symfony 3.0 Courses

What is this?

Just a heads up. This is not official and is not sponsored by Sensio Labs or any of the Symfony developers. This document has been put together by users of the Symfony framework using their own free time.

SensioLabs® and Symfony® are all trademarks or registered trademarks of SensioLabs in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © SensioLabs. This document is in no way associated with or endorsed by SensioLabs®.

SensioLab's courses are great for those who can afford it and the time needed to fly out wherever they are being held. For others like me, I need to be able to do this without missing a day of work and without breaking the bank. This is a list of courses that are being taught for Symfony 3.0 and their respective topics. I did my best to connect topics of a course to the relevant Symfony documentation for a self-taught learning session.

Please note that the links to documentation are for current versions. At the time this is being written, it is Symfony 3.1.

Links

How to help

  1. Provide URLs for topics that are not linked.
  2. Provide URLs that are more relevant than the ones already set.
  3. Provide URLs for free resources that may be helpful for the courses.

Courses

SF3C1. Getting Started with Symfony 3

Object Oriented Programming

Introducing the Symfony framework

Debugging the Code

Configuring the application

Generating Contents for the End User

Developing Controller and Analyzing the Request

Interacting with the End User thanks to Forms

Internationalizing and Localizing the User Interface

SF3C2. Mastering Symfony 3

Dependency Injection and Service Container

Contracting a Quality Insurance with Automated Tests

Interacting with the End User and Forms

Restricting Access to Secured Areas of the Application

Improving Application Performances with HTTP Caching and ESI

Querying a Relational Database System with Doctrine

SF3C3. Extending & Hacking Symfony 3

Leveraging the Symfony Console Component

Auditing your Application with the Symfony Profiler

Dependency Injection and Service Container

Authentication and Access Control Layers

Forms and Data Validation

Decoupling Code with Event Programming

Extending the Doctrine ORM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment