Registry / messaging / symfony-notifier

symfony-notifier

JSON →
library8.1.0phppackagistunverified

Sends notifications via one or more channels (email, SMS, ...).

composer require symfony/notifier
INSTALL
IMPORT
SIG · SYMFONY-NOTIFIER
S
symfony-notifier
messagingphpv8.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Notifier
use Symfony\Component\Notifier\Notifier;

Send a notification via email.

use Symfony\Component\Notifier\Notifier; use Symfony\Component\Notifier\Notification\Notification; $notifier = new Notifier(); $notification = (new Notification('Hello', ['email'])) ->content('This is a test'); $notifier->send($notification);
Debug
Known issues
breakingRequires Symfony 5.4+
fix
Use a compatible Symfony version.
affects: <5.4
Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
symfony-notifier — pip install symfony-notifier · libregistry