php-symfony-asset-mapper

maps directories of asset and makes them available in a public directory

The Symfony AssetMapper Component allows one to expose directories of assets that are then moved to a public directory with digested (i.e. versioned) filenames. It also allows one to dump an importmap to allow writing modern JavaScript without a build system.

php-symfony-click-send-notifier

Symfony ClickSend Notifier Bridge

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

php-symfony-clock

Decouples applications from the system clock

The Symfony Clock Component decouples applications from the system clock. This allows one to fix time to improve testability of time-sensitive logic.

php-symfony-fake-chat-notifier

Fake Chat (as email or log during development) Notifier Bridge

The Fake Chat (as email or log during development) Notifier Bridge provides Fake Chat integration for Symfony Notifier.

php-symfony-firebase-notifier

Symfony Firebase Notifier Bridge

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

php-symfony-html-sanitizer

Provides an object-oriented API to sanitize untrusted HTML input for safe

insertion into a document's DOM The Symfony HTML Sanitizer component aims at sanitizing/cleaning untrusted HTML code (e.g. created by a WYSIWYG editor in the browser) into HTML that can be trusted. It is based on the HTML Sanitizer W3C Standard Proposal.