Using the Symfony
full-stack framework
The best Symfony learning resource and the reference to develop applications following the official best practices.
Receive an email when a new Symfony version is published or when a Symfony version reaches its end of life.
Using the
Symfony components
Symfony framework is built on top of a set of decoupled and reusable PHP components called Symfony Components. They are becoming the standard foundation on which the best PHP applications are built on. You can use any of these components on your own applications independently from the framework.
Adding a Symfony Component to your application:
This requires to install Composer globally in your system.