Overview
This course covers PHP Symfony essentials, i.e. project structure, controllers, services, bundles, dependency injection, and generators. You'll learn to create and manage Symfony apps, grasp controller and service functionality, and explore bundle-based dependency injection.
Syllabus
- Course 1: Symfony Basics
- Course 2: Using REST API to Build ToDo App with Symfony
- Course 3: Adding Enterprise Features to your Symfony App
- Course 4: Securing Your Symfony App
Courses
-
This course introduces you to the core concepts of Symfony, including routing, controllers, services, and dependency injection. You will learn how to create and manage a Symfony application and explore the different techniques for dependency injection in Symfony.
-
This course teaches how to develop a robust REST API using Symfony. By the end of the course, you will have created a ToDo App with CRUD operations through a well-defined REST API.
-
In this course, we will focus on making the ToDo application more enterprise-friendly by integrating a database, configuring important middleware, and handling errors properly.
-
In this course, we will secure our ToDo application using bcrypt and JWT tokens. Additionally, we will cover the application with comprehensive tests, including unit tests with mocks and component tests without mocks.