PHPackages                             alhaji-aki/laravel-sms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. alhaji-aki/laravel-sms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

alhaji-aki/laravel-sms
======================

A package that allows developers integrate sms providers and provide a common api to send their users messages.

0.2.0(1y ago)23.5k[3 PRs](https://github.com/alhaji-aki/laravel-sms/pulls)MITPHPPHP ^8.1|^8.2|^8.3|^8.4CI passing

Since Jul 23Pushed 2mo ago1 watchersCompare

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

READMEChangelog (4)Dependencies (11)Versions (8)Used By (0)

Laravel SMS
===========

[](#laravel-sms)

Laravel SMS is a package that provides a simple and flexible way to send SMS messages from your Laravel application. It supports multiple SMS providers and allows you to easily switch between them.

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

[](#installation)

You can install the package via composer by running:

```
composer require "alhaji-aki/laravel-sms"
```

Configuration
-------------

[](#configuration)

After the installation has completed, the package will automatically register itself. Run the following to publish the config file

```
php artisan vendor:publish --provider="AlhajiAki\Sms\SmsServiceProvider"
```

This will create a `sms.php` file in your config folder where you can configure your SMS providers and other settings. The config file looks like this

```
