About 21,400 results
Open links in new tab
  1. 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.

  2. Download Symfony Framework and Packages

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

  3. Symfony Documentation

    Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.

  4. Symfony 7, a high-performance PHP framework and a set of …

    Symfony 7 was released on November 29st 2023. Symfony 7 included a command profiler and support for importmaps and early hints.

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

  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 …

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

  8. The Console Component (Symfony Docs)

    The Console component eases the creation of beautiful and testable command line interfaces. The Console component allows you to create command-line commands. Your console …

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

  10. The Routing Component (Symfony Docs)

    Before we start diving into the Routing component, let's refactor our current framework just a little to make templates even more readable: 1 2 3 4 5 6 7 8 9 10 11 12 ...