naviware / tidings-through-mnotify
This package is for sending SMS notifications programmatically through the mNotify platform
Requires
- php: >=8.0
- illuminate/notifications: ^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^9.0|^10.0
README
This package is for sending SMS notifications programmatically through mNotify. To use the package in your PHP (or Laravel) application, you need to an mNotify account.
You don't need to clone this repository to use this library in your own projects. Use Composer to install it from Packagist.
Installation
If you're new to Composer, here are some resources that you may find useful:
- Composer's Getting Started page from Composer project's documentation.
- A Beginner's Guide to Composer from the good people at ScotchBox.
Software Requirement
- Git
- Composer
Installation Steps
composer require naviware/tidings-through-mnotify
composer update
Publish Configuration File
To publish the configuration file, run the code below
php artisan vendor:publish --provider="Naviware\Tidings\TidingsServiceProvider"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Testing Suite
This package has not been tested yet!
Credits
License
The MIT License (MIT). Please see License File for more information.