https://github.com/spiral-packages/notifications
Sending notifications from Spiral framework across a variety of delivery channels
https://github.com/spiral-packages/notifications
notifications package php php8 spiral-framework
Last synced: about 1 year ago
JSON representation
Sending notifications from Spiral framework across a variety of delivery channels
- Host: GitHub
- URL: https://github.com/spiral-packages/notifications
- Owner: spiral-packages
- License: mit
- Created: 2022-01-30T09:16:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T13:35:41.000Z (over 3 years ago)
- Last Synced: 2025-04-22T13:06:10.017Z (about 1 year ago)
- Topics: notifications, package, php, php8, spiral-framework
- Language: PHP
- Homepage: https://spiral.dev/docs/advanced-notifications
- Size: 48.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Notifications package for the Spiral Framework
[](https://packagist.org/packages/spiral-packages/notifications)
[](https://packagist.org/packages/spiral-packages/notifications)
[](https://github.com/spiral-packages/notifications/actions)
[](https://github.com/spiral-packages/notifications/actions)
[](https://packagist.org/packages/spiral-packages/notifications)

The package provides support for sending notifications from the Spiral Dramework across a variety of delivery channels,
including [email](https://symfony.com/doc/current/mailer.html#using-built-in-transports),
[SMS](https://symfony.com/doc/current/notifier.html#sms-channel),
[chat](https://symfony.com/doc/current/notifier.html#chat-channel)
and [push](https://symfony.com/doc/current/notifier.html#push-channel).
Typically, notifications should be short, informational messages that notify users of something that occurred in your
application.
## Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+
- Spiral framework 3.0+
## Documentation, Installation, and Usage Instructions
See the [documentation](https://spiral.dev/docs/advanced-notifications) for detailed installation and usage instructions.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.