php-symfony-cache
provides extended PSR-6, PSR-16 (and tags) implementations
The Symfony Cache Component provides extended PSR-6 implementations for
adding cache to applications. It is designed to have a low overhead so
that caching is fastest. It ships with adapters for the most widespread
caching backends. It also provides a PSR-16 adapter, and implementations
for `symfony/cache-contracts` `CacheInterface` and `TagAwareCacheInterface`.
php-symfony-clickatell-notifier
Symfony Clickatell Notifier Bridge
The Symfony Clickatell Notifier Bridge provides Clickatell integration
for Symfony Notifier.
php-symfony-config
load configurations from different data sources
The Symfony Config Component provides the infrastructure for loading
configurations from different data sources and optionally monitoring
these for changes. Additional tools for validating, normalizing and
handling of defaults are provided.
php-symfony-console
run tasks from the command line
The Symfony Console Component can be used to implement recurring
or long running tasks, such as cronjobs, imports or other batch
jobs. Additionally it assists the creation of nice looking command
line interfaces.
php-symfony-contact-everyone-notifier
Symfony Contact Everyone Notifier Bridge
The Symfony Contact Everyone Notifier Bridge provides Contact Everyone
integration for Symfony Notifier.
php-symfony-css-selector
convert CSS selectors to XPath expressions
The Symfony CssSelector Component can be used to convert CSS selectors
to XPath expressions. It basically is a port of the Python lxml library.