PHPackages                             niladam/laravel-sendsms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. niladam/laravel-sendsms

ActiveLibrary

niladam/laravel-sendsms
=======================

Laravel SendSMS integration

3.0.2(3mo ago)26141MITPHPPHP ^8.1|^8.2

Since Jul 28Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/niladam/laravel-sendsms)[ Packagist](https://packagist.org/packages/niladam/laravel-sendsms)[ Docs](https://github.com/niladam/laravel-sendsms)[ RSS](/packages/niladam-laravel-sendsms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Laravel SendSMS integration
===========================

[](#laravel-sendsms-integration)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ee562b9139ade2ea834c144809276e1b4dc42cac770671c426b63c13c55c4bf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e696c6164616d2f6c61726176656c2d73656e64736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/niladam/laravel-sendsms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2dfc8d4a8e8660e055df4da32f48eb465067d6adb90fbb781a67d54f6828f981/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e696c6164616d2f6c61726176656c2d73656e64736d732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/niladam/laravel-sendsms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/51e9d72dbba5384f91858f5ea315c72b432a1484b244a7c2f9b941bee46892b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e696c6164616d2f6c61726176656c2d73656e64736d732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/niladam/laravel-sendsms/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1a39459d831575d915e360d7154aaaacf09ecba44b15f432e8cecfe39a3cae4f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e696c6164616d2f6c61726176656c2d73656e64736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/niladam/laravel-sendsms)

Just a small Laravel package that allows you to use [sendsms.ro](https://www.sendsms.ro/ro/) API.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require niladam/laravel-sendsms
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Niladam\LaravelSendsms\LaravelSendsmsServiceProvider" --tag=config
```

This is the contents of the published config file:

```
