php-symfony-routing

associate a request with code that generates a response

The Symfony Routing Component makes it easy to map HTTP requests to the code of an application that is able to process the request and generates a corresponding response. It thus serves as a router for an application, but should not be confused with a network router.

php-symfony-runtime

decouple PHP applications from global state

The Symfony Runtime Component decouples the bootstrapping logic from any global state to make sure the application can run with runtimes like PHP-FPM, ReactPHP, Swoole, etc. without any changes.

php-symfony-scheduler

Provides scheduling through Symfony Messenger

The Symfony Scheduler Component provides scheduling through Symfony Messenger.

php-symfony-security-core

infrastructure for authorization systems - common features

The Symfony Security Component - Core Library provides all the common security features, from authentication to authorization and from encoding passwords to loading users.

php-symfony-security-csrf

infrastructure for authorization systems - CSRF protection

The Symfony Security Component - CSRF Library provides a class `CsrfTokenManager` for generating and validating CSRF (cross-site request forgery) tokens.

php-symfony-security-http

infrastructure for authorization systems - HTTP integration

The Symfony Security Component - HTTP Integration allows one to handle HTTP requests and responses.