Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T13:35:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T08:23:46.057Z (about 2 months 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
[![PHP Version Require](https://poser.pugx.org/spiral-packages/notifications/require/php)](https://packagist.org/packages/spiral-packages/notifications)
[![Latest Stable Version](https://poser.pugx.org/spiral-packages/notifications/v/stable)](https://packagist.org/packages/spiral-packages/notifications)
[![phpunit](https://github.com/spiral-packages/notifications/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral-packages/notifications/actions)
[![psalm](https://github.com/spiral-packages/notifications/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral-packages/notifications/actions)
[![Total Downloads](https://poser.pugx.org/spiral-packages/notifications/downloads)](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.