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

  4. Symfony Documentation

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

  5. 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, which you will le…

  6. The Process Component (Symfony Docs)

    The Process component executes commands in sub-processes. Installation 1 $ composer require symfony/process Note If you…

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

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

  9. 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 commands can be …

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