About 99 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

    function output { style_start="" style_end="" if [ "${2:-}" != "" ]; then case $2 in "success") style_start="\033[0;32m" style_end="\033[0m" ;; "error") style_start ...

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

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

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

  9. Symfony 7.3 Release

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

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