marklestermorta / semaphoreapi-laravel
Laravel wrapper for the Semaphore SMS Api
Package info
github.com/MarkLester10/Semaphore-API-Laravel-Wrapper
pkg:composer/marklestermorta/semaphoreapi-laravel
dev-master
2022-07-21 03:58 UTC
This package is auto-updated.
Last update: 2026-02-21 11:51:18 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");