PHPackages                             comphp/notifications - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. comphp/notifications

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

comphp/notifications
====================

Driver-based notification delivery for email, SMS, webhooks, and messaging APIs in CommonPHP applications

0.3(3w ago)01MITPHPPHP ^8.5

Since May 20Pushed 3w agoCompare

[ Source](https://github.com/commonphp/notifications)[ Packagist](https://packagist.org/packages/comphp/notifications)[ RSS](/packages/comphp-notifications/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

CommonPHP Notifications
=======================

[](#commonphp-notifications)

CommonPHP Notifications provides driver-based notification delivery for CommonPHP applications. It defines the common structure for sending application notifications through channels such as email, SMS, webhooks, and third-party messaging APIs.

The package is centered around a notifier service, notification objects, recipients, delivery results, and channel-specific drivers. It is intended to provide the shared notification layer while keeping provider-specific behavior in separate driver packages.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/notifications
```

Usage
-----

[](#usage)

```
