php-symfony-finder

find files and directories

The Symfony Finder Component provides an intuitive interface to find files and directories.

php-symfony-form

create HTML forms and process request data

The Symfony Form Component provide tools for defining HTML forms, rendering their request data and mapping this to related models.

php-symfony-forty-six-elks-notifier

Symfony 46elks Notifier Bridge

The Symfony 46elks Notifier Bridge provides 46elks integration for Symfony Notifier.

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.