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

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

globalcipta/laravel-sms-media-channel
=====================================

Sends SMS using SMS Media API

v1.2.1(6y ago)0442MITPHPPHP &gt;=7.2.0

Since Aug 3Pushed 6y ago7 watchersCompare

[ Source](https://github.com/jalameta/smsmedia-notification-channel)[ Packagist](https://packagist.org/packages/globalcipta/laravel-sms-media-channel)[ Docs](https://globalcipta.co.id/)[ RSS](/packages/globalcipta-laravel-sms-media-channel/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

SMSMedia Laravel Notification Channel.
======================================

[](#smsmedia-laravel-notification-channel)

---

Add this to your laravel project

```
    composer require globalcipta/laravel-sms-media-channel

```

edit `config/services.php` and add this config.

```
 ...

 'smsmedia' => [
     /*
      |--------------------------------------------------------------------------
      | Service URL
      |--------------------------------------------------------------------------
      |
      | Service URL provided by SMS Media
      |
      */

      'base_url' => env('SERVICE_SMSMEDIA_BASE_URL', null),

      /*
       |--------------------------------------------------------------------------
       | Sender ID/ Masking
       |--------------------------------------------------------------------------
       |
       | Sender ID or SMS masking for your application
       |
       */

       'sender_id' => env('SERVICE_SMSMEDIA_SENDER_ID', null),

     /*
      |--------------------------------------------------------------------------
      | Authentication method
      |--------------------------------------------------------------------------
      |
      | Authentication method used by sms media client, this could be `auth` or `token`
      |
      */

      'mode' => 'auth',

      /*
       |--------------------------------------------------------------------------
       | Credentials
       |--------------------------------------------------------------------------
       |
       | If you're choosing `auth` method then you should supply BOTH username and password,
       | but if you're opting for token method you only have to provide token.
       |
       */

      'credentials' => [
          'username' => env('SERVICE_SMSMEDIA_USERNAME', null),
          'password' => env('SERVICE_SMSMEDIA_PASSWORD', null),
          'token' => env('SERVICE_SMSMEDIA_TOKEN', null)
      ]
  ],

 ...

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~133 days

Total

4

Last Release

2442d ago

PHP version history (2 changes)v1.0.10PHP &gt;=5.6.4

v1.2.1PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bca066a038d018921641b2d7134764d18f23b761b08bdbe1c9819f4d92dceed?d=identicon)[veelasky](/maintainers/veelasky)

---

Top Contributors

[![rendyananta](https://avatars.githubusercontent.com/u/17928929?v=4)](https://github.com/rendyananta "rendyananta (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/globalcipta-laravel-sms-media-channel/health.svg)

```
[![Health](https://phpackages.com/badges/globalcipta-laravel-sms-media-channel/health.svg)](https://phpackages.com/packages/globalcipta-laravel-sms-media-channel)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
