sendsms/sendsms-laravel

Use our SMS shipping solution to deliver the right information at the right time.
22,863 2
Install
composer require sendsms/sendsms-laravel
Latest Version:v0.8.1
License:MIT
Last Updated:Oct 20, 2023
Links: GitHub  ·  Packagist
Maintainer: sendSMS

SendsmsLaravel

Total Downloads

Installation

Via Composer

$ composer require sendsms/sendsms-laravel

Usage

In your .env file, add this variables:

SENDSMS_USERNAME 
SENDSMS_PASSWORD

If you do not have an account, you can register here If you need to see a full list of examples of our package, please go to our API Documentation.

Namespace
SendSMS\SendsmsLaravel\API\AddressBook
SendSMS\SendsmsLaravel\API\Batch
SendSMS\SendsmsLaravel\API\Blocklist
SendSMS\SendsmsLaravel\API\HLR
SendSMS\SendsmsLaravel\API\Message
SendSMS\SendsmsLaravel\API\MNP
SendSMS\SendsmsLaravel\API\User
SendSMS\SendsmsLaravel\API\Other
SendSMS\SendsmsLaravel\API\ApiKey

How to send a message

Include the Message namespace at the beggining of your php file

use SendSMS\SendsmsLaravel\API\Message;

to call the function, run:

$api = new Message();
$api->message_send('40727363767', 'This is a message', '1898');

Security

If you discover any security related issues, please email support@sendsms.ro instead of using the issue tracker.

Related Packages

bita/message

Laravel Message Package with multiple providers

4,492 2
rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

78,132 32
laravel-notification-channels/authy

Authy notification channel for Laravel, with the ability to send in-app, sms, an...

46,701 57
toplan/laravel-sms

A mobile phone number validation solution based on laravel

80,664 835