From the course: MVC Frameworks for Building PHP Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Symfony components

Symfony components

From the course: MVC Frameworks for Building PHP Web Applications

Start my 1-month free trial

Symfony components

- As you can see at Symfony's homepage, they've really worked hard to build components that can be independently used from their framework. You can see they've divided it up, so you have one section that's really pointing to the components that you can use, and the other that points to the framework. So, they've worked really hard to divide them and allow these components to be used wherever. So, if you use their full staff, you can use all the components. They come with the framework itself. But even if you use another framework or none at all, you can use some of these different components from inside of them. So let's go ahead and have a look at some of these components. So, there are a few key elements in here. If you look you have assets for handling different assets. You have dependency injection. They'll allow you to use dependency injections to determine how you, as they call it, standardize and centralize the way objects are constructed in your application. There are a number…

Contents