marklestermorta / semaphoreapi-laravel
Laravel wrapper for the Semaphore SMS Api
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/marklestermorta/semaphoreapi-laravel
This package is auto-updated.
Last update: 2025-12-21 11:28:09 UTC
README
A Laravel wrapper for SEMAPHORE SMS API
Installation
Require package
composer require marklestermorta/semaphoreapi-laravel
Publish Configuration file
php artisan vendor:publish --provider="MarkLesterMorta\Semaphore\SemaphoreApiServiceProvider"
Add ENV variables
SEMAPHORE_API_KEY= SEMAPHORE_SENDER_NAME=
Usage/Examples
Send SMS
return SemaphoreApi::send('09*********', "Your Message");