bajjour / emessage-pkg
A Laravel package for Sending SMS and Whatsapp Messages using Twillo
1.3.0
2025-08-24 10:09 UTC
Requires
- php: ^8.0
- illuminate/cache: ^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
README
This package provides a simple and easy-to-use interface to send SMS and Whatsapp using the following apps.
Installation
You can install the package via Composer:
composer require bajjour/emessage-pkg
Configuration
After installing the package, publish the configuration file:
php .\artisan vendor:publish --provider="EMessage\EmessageServiceProvider" --tag="e-message-config"
you can read more about services using the following