Download the PHP package arhinful/laravel-mnotify without Composer
On this page you can find all versions of the php package arhinful/laravel-mnotify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arhinful/laravel-mnotify
More information about arhinful/laravel-mnotify
Files in arhinful/laravel-mnotify
Package laravel-mnotify
Short Description Laravel package for MNotify SMS and voice notifications
License MIT
Homepage https://github.com/arhinful/laravel-mnotify
Informations about the package laravel-mnotify
Laravel MNotify Package
A Laravel package that provides a clean, expressive API for sending SMS and voice call notifications via the MNotify platform.
Features
- Simple, chainable API for quick SMS, templated SMS and voice calls.
- Full Laravel Notification channel integration.
- Publishable configuration file.
- Supports Laravel 8, 9, 10, 11, and 12.
- No external dependencies – uses Guzzle under the hood.
Why Laravel MNotify?
- Clean & fluent API that feels like native Laravel.
- Complete coverage of all major MNotify features.
- Seamless integration with Laravel’s Notification system.
- Zero configuration required (auto-discovery).
- Actively maintained and now updated for Laravel 8 → 12.
Requirements
- PHP 8.0+
- Laravel 8 – 12
- A valid MNotify API key
- Mnotify Sender name
Installation
The package will be auto‑discovered. If you need to publish the config file:
Configuration
Add the following keys to your .env file:
The values must match those configured in your MNotify dashboard.
Usage
📱 SMS Notifications
Quick SMS
Quick SMS with Named Sender ID (Override MNOTIFY_SENDER_ID in the dotenv file)
SMS from Template
Group Bulk SMS
Scheduled SMS
📞 Voice Calls & IVR
Voice Calls
IVR
📊 Account & Reports
Balance Check
Sender ID
Reports
🔔 Laravel Notification Channel
Use the MNotifyChannel to send notifications via Laravel's built-in system.
In your model, define the phone number accessor:
Testing
Contributing
Feel free to open issues or submit pull requests. Please follow the PSR‑12 coding style.
License
This package is open‑source software licensed under the MIT License.