naviware/tidings-through-mnotify

This package is abandoned and no longer maintained. The author suggests using the naviware/tidings package instead.

This package is for sending SMS notifications programmatically through the mNotify platform

v1.0.6 2022-10-08 20:43 UTC

This package is auto-updated.

Last update: 2022-10-14 22:33:39 UTC


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:

Software Requirement
  • Git
  • Composer
Installation Steps
  1. composer require naviware/tidings-through-mnotify
  2. 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.