
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.
Download Symfony Framework and Packages
Download the Symfony CLI tool, create Symfony applications and use Symfony packages.
Symfony Documentation
Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.
What is Symfony
What is Symfony Symfony is a set of PHP Packages, a Web Application framework, a Philosophy, and a Community — all working together in harmony.
Symfony 7.3 Release
Full details of the Symfony 7.3 release, including its end of support for bug fixes and security fixes.
Symfony releases, notifications and release checker
Symfony releases follow a time-based model: minor versions come out every six months (in May and November); major versions come out every two years. Check out the release process details.
Scheduler (Symfony Docs)
The scheduler component manages task scheduling within your PHP application, like running a task each night at 3 AM, every two weeks except for holidays or any other custom schedule you might …
Using Docker with Symfony
Can you use Docker with Symfony? Of course! And several tools exist to help, depending on your needs. Complete Docker Environment If you'd like a complete Docker environment (i.e. where PHP, …
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 anymore and …
Configuring Symfony (Symfony Docs)
Configuration Files Symfony applications are configured with the files stored in the config/ directory, which has this default structure: 1 2 3 4 5 6 your-project ...