php-symfony-doctrine-bridge

integration for Doctrine with Symfony Components

The Symfony Doctrine Bridge provides integration for Doctrine with various Symfony components.

php-symfony-engagespot-notifier

Symfony Engagespot Notifier Bridge

The Symfony Engagespot Notifier Bridge provides Engagespot integration for Symfony Notifier.

php-symfony-event-dispatcher

dispatch events and listen to them

The Symfony EventDispatcher Component implements the mediator pattern and thus allows individual parts of an application to communicate with each other by dispatching events and listening to them.

php-symfony-expression-language

compile and evaluate expressions

The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans).

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.