Download the PHP package naviware/tidings without Composer
On this page you can find all versions of the php package naviware/tidings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download naviware/tidings
More information about naviware/tidings
Files in naviware/tidings
Package tidings
Short Description This package is for sending SMS notifications programmatically through the mNotify platform
License MIT
Informations about the package tidings
Tidings
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.
All versions of tidings with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/notifications Version ^8.0|^9.0|^10.0|^11.0