
Symfony, High Performance PHP Framework for Web Development
Symfony is a powerful PHP framework that empowers developers to build scalable, high-performance web applications with reusable components, comprehensive documentation, and …
Symfony Documentation
Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.
Installing & Setting up the Symfony Framework
A common practice when developing Symfony applications is to install packages (Symfony calls them bundles) that provide ready-to-use features. Packages usually require some setup …
What is Symfony
Symfony is a set of PHP Packages, a Web Application framework, a Philosophy, and a Community; all working together in harmony
Download Symfony Framework and Packages
Download the Symfony CLI tool, create Symfony applications and use Symfony packages.
Getting Started (Symfony Docs)
Become a Symfony contributor Be an active part of the community and contribute ideas, code and bug fixes. Both experts and newcomers are welcome. Learn how to contribute
Symfony 7, a high-performance PHP framework and a set of …
Symfony 7 is built with the latest version of the Symfony Packages, the most popular set of PHP libraries. Battle tested in all popular PHP projects and with billions of downloads.
Introduction (Symfony Docs)
Symfony is a reusable set of standalone, decoupled and cohesive PHP components that solve common web development problems. Instead of using these low-level components, you can …
The Symfony Framework Best Practices
This article describes the best practices for developing web applications with Symfony that fit the philosophy envisioned by the original Symfony creators. If you don't agree with some of these …
How to Use the Serializer (Symfony Docs)
Symfony provides a serializer to transform data structures from one format to PHP objects and the other way around. This is most commonly used when building an API or communicating with …