PHP Package: symfony/notifier

Symfony Notifier is a PHP library for sending notifications easily in Symfony applications using various channels such as email, SMS, Slack, and more.

Current Version: 7.2.0
Last Updated: 2024-11-29
PHP Requirement: >=8.2
Dependencies:
symfony/framework-bundle
symfony/http-client
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony Notifier is a versatile and powerful PHP library designed for Symfony developers who need to send notifications across different communication channels. With support for email, SMS, Slack, and more, this library simplifies the process of integrating notifications in Symfony applications, enhancing user engagement and communication.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.2.0

Download Download v7.2.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/notifier/7.2.0/loader.php';
require_once 'libs/symfony/framework-bundle/{lib_version}/loader.php';
require_once 'libs/symfony/http-client/7.2.4/loader.php';

use Symfony\Component\Notifier\Notifier;
use Symfony\Component\Notifier\Message\ChatMessage;

$obj = new Notifier();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.