
Symfony, High Performance PHP Framework for Web Development
Symfony is a web framework and a set of reusable PHP packages to build web applications, APIs, microservices and CLI apps.
Symfony Documentation
Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.
Download Symfony Framework and Packages
Download the Symfony CLI tool, create Symfony applications and use Symfony packages.
Databases and the Doctrine ORM (Symfony Docs)
Screencast Do you prefer video tutorials? Check out the Doctrine screencast series. Symfony provides all the tools you need to use databases in your applications thanks to Doctrine, the …
Installing & Setting up the Symfony Framework
Screencast Do you prefer video tutorials? Check out the Cosmic Coding with Symfony screencast series. Technical Requirements Before creating your first Symfony application you must: Instal…
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 …
Coding Standards (Symfony Docs)
Symfony code is contributed by thousands of developers around the world. To make every piece of code look and feel familiar, Symfony defines some coding standards that all contributions …
symfony 1.x legacy website
The symfony 1.x branch of the framework started in 2005 and the latest stable version and long term support release is symfony 1.4. As of November 2012, symfony 1.x is not maintained …
Security (Symfony Docs)
Symfony provides many tools to secure your application. Some HTTP-related security tools, like secure session cookies and CSRF protection are provided by default. The SecurityBundle, …
Symfony CLI (Symfony Docs)
The Symfony CLI is a free and open source developer tool to help you build, run, and manage your Symfony applications directly from your terminal. It's designed to boost your productivity …