Skip to content

AlexR1712/netelipsmslaravel

Repository files navigation

Netelip SMS Laravel

Latest Version on Packagist Build Status Quality Score Total Downloads

Netelip SMS Service for Laravel 8+

Installation

You can install the package via composer:

composer require alexr1712/netelipsmslaravel
php artisan vendor:publish --provider="AlexR1712\NetelipLaravel\NetelipLaravelServiceProvider" --tag="config"

Set token on config/netelip-laravel.php

Usage

use AlexR1712\NetelipLaravel\NetelipLaravel;
$sms = new NetelipLaravel;

$sms->send('0058424XXXXXXX', 'Message Here');
/*
send method return the following 

[
     "is_sent" => true,
     "sms_id" => "1613770552.2529",
     "statusCode" => 200,
     "remainingBalance" => 4.602,
]
*/

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email alexr1712@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages