php-platform / notification
Installs: 664
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/php-platform/notification
Requires
- php: >=5.3
- php-platform/config: ~0.1
- php-platform/errors: ~0.1
Requires (Dev)
- php-platform/mock-config: ~0.1
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2025-09-28 07:47:24 UTC
README
This packages provides mechanism to send notifications via email , sms or any other new methods in future
Introduction
Sending emails with differrent email client programs and sms through differrent platforms makes difficult to maintain by the appalication . So this package provides a uniform API's to send mail and sms notifications and handles communicating to differrent underlying platforms internally
Features
- SMS
Example
For More Usage please see the included tests