About 82 results
Open links in new tab
  1. Symfony 8, a high-performance PHP framework and a set of …

    Symfony 8, released in November 2025, adds multi-step forms, invokable commands, and new components.

  2. Download Symfony Framework and Packages

    Download the Symfony CLI tool, create Symfony applications and use Symfony packages.

  3. 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.

  4. Symfony Packages

    Symfony Packages are a set of decoupled and reusable PHP libraries. They have become the standard foundation on which the best PHP applications are built on.

  5. Symfony 7.3 Release

    Jul 3, 2011 · Full details of the Symfony 7.3 release, including its end of support for bug fixes and security fixes.

  6. Routing (Symfony Docs)

    When your application receives a request, it calls a controller action to generate the response. The routing configuration defines which action to run for each incoming URL. It also provides other useful …

  7. 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 7 8 9 your ...

  8. 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 best set …

  9. Symfony and HTTP Fundamentals (Symfony Docs)

    Great news! While you're learning Symfony, you're also learning the fundamentals of the web. Symfony is closely modeled after the HTTP Request-Response flow: that fundamental paradigm that's behind …

  10. 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 …