PHPackages                             rezak/laravel-sms-channel - 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. rezak/laravel-sms-channel

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

rezak/laravel-sms-channel
=========================

A Laravel package for sending SMS notifications using various services.

14PHP

Since Nov 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rezak9876/laravel-sms-channel)[ Packagist](https://packagist.org/packages/rezak/laravel-sms-channel)[ RSS](/packages/rezak-laravel-sms-channel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

**rezak/laravel-sms-channel**
=============================

[](#rezaklaravel-sms-channel)

A Laravel package that provides a flexible SMS channel integration supporting multiple SMS services, including Kavenegar, to send SMS notifications.

**Installation**
----------------

[](#installation)

You can install the package via Composer:

```
composer require rezak/laravel-sms-channel:dev-master
```

**Publishing Vendor Files**
---------------------------

[](#publishing-vendor-files)

After installing, publish the configuration file by running the following command:

```
php artisan vendor:publish --provider="Rezak\\SMSNotification\\Providers\\SMSNotificationServiceProvider"
```

This command will publish the package's configuration files into your Laravel project, allowing you to customize the SMS service settings as needed.

**Configuration**
-----------------

[](#configuration)

Add the following to your `config/services.php`:

```
