PHPackages                             superbalist/simple-sms-panacea-mobile - 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. superbalist/simple-sms-panacea-mobile

AbandonedArchivedLibrary

superbalist/simple-sms-panacea-mobile
=====================================

An adapter for the simple-sms Laravel library for sending SMSs via the Panacea Mobile API

1.0.0(9y ago)1135MITPHPPHP &gt;=5.6.0

Since Oct 10Pushed 9y ago36 watchersCompare

[ Source](https://github.com/Superbalist/simple-sms-panacea-mobile)[ Packagist](https://packagist.org/packages/superbalist/simple-sms-panacea-mobile)[ RSS](/packages/superbalist-simple-sms-panacea-mobile/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

simple-sms-panacea-mobile
=========================

[](#simple-sms-panacea-mobile)

An adapter for the [simple-sms](https://github.com/SimpleSoftwareIO/simple-sms) Laravel library for sending SMSs via the [Panacea Mobile](https://www.panaceamobile.com) API

[![Author](https://camo.githubusercontent.com/abd4e3e2e71081ad01ef09a60c49d70c5e0677497f38918e740703cd02605078/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40737570657262616c6973742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/superbalist)[![Build Status](https://camo.githubusercontent.com/2860bdb319ed81ddfb8852fcd7c52c98ec5b371fcff442829aa747987d3292d3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f537570657262616c6973742f73696d706c652d736d732d70616e616365612d6d6f62696c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Superbalist/simple-sms-panacea-mobile)[![StyleCI](https://camo.githubusercontent.com/ce36201a748831d0aff53e7ed4fb15fdb3207004583700dfda5c0dd7b82464f4/68747470733a2f2f7374796c6563692e696f2f7265706f732f37303436353030352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/70465005)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/a5c0cc4b5548495f068a6743b1938ee34ecdcf1b84a47833d8af220e931e6684/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737570657262616c6973742f73696d706c652d736d732d70616e616365612d6d6f62696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbalist/simple-sms-panacea-mobile)[![Total Downloads](https://camo.githubusercontent.com/fa17a45d1f7259fd562993a585f604727e400cbd54d1e9d078baf3cbd0015ee2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737570657262616c6973742f73696d706c652d736d732d70616e616365612d6d6f62696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbalist/simple-sms-panacea-mobile)

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

[](#installation)

```
composer require superbalist/simple-sms-panacea-mobile
```

The package has a default configuration which uses the following environment variables.

```
PANACEA_MOBILE_USERNAME=null
PANACEA_MOBILE_PASSWORD = null

```

If you would prefer to configure manually, you will need to first publish the simplesms package configuration using Artisan.

```
php artisan vendor:publish --provider="SimpleSoftwareIO\SMS\SMSServiceProvider"
```

You then need to append the following to the generated config at `app/config/sms.php`.

```
// ...
'panacea_mobile' => [
    'username' => env('PANACEA_MOBILE_USERNAME'),
    'password' => env('PANACEA_MOBILE_PASSWORD')
],
```

Register the service provider in app.php

```
'providers' => [
    // ...
    Superbalist\SimpleSMSPanaceaMobile\PanaceaMobileSMSServiceProvider::class,
]
```

Usage
-----

[](#usage)

```
// if 'panacea_mobile' is your default simplesms driver - `SMS_DRIVER`
$sms = app('sms'); /** @var \SimpleSoftwareIO\SMS\SMS $sms */

// send a simple message
$sms->send('This is my message content', [], function (OutgoingMessage $sms) {
    $sms->to('+27000000000');
});

// send a message from a view file
$viewData = [
    'lorem' => 'ipsum',
];
$sms->send('path.to.my.view.file' $viewData, function (OutgoingMessage $sms) {
    $sms->to('+27000000000');
});

// if 'panacea_mobile' is not your default driver
$sms->driver('panacea_mobile')->send('This is my message content', [], function (OutgoingMessage $sms) {
    $sms->to('+27000000000');
});

// see https://www.simplesoftware.io/docs/simple-sms#docs-usage for more usage examples
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b8f533cf5a84c29d3860ee32356f0554ead023247638ea952353fc2f01b2e5d?d=identicon)[superbalist](/maintainers/superbalist)

---

Top Contributors

[![matthewgoslett](https://avatars.githubusercontent.com/u/1571743?v=4)](https://github.com/matthewgoslett "matthewgoslett (6 commits)")

---

Tags

laravellaravel5laravel5-packagepanaceamobilephpphp-panaceamobilesimple-smssimple-sms-panacea-mobilesmssuperbalist

### Embed Badge

![Health badge](/badges/superbalist-simple-sms-panacea-mobile/health.svg)

```
[![Health](https://phpackages.com/badges/superbalist-simple-sms-panacea-mobile/health.svg)](https://phpackages.com/packages/superbalist-simple-sms-panacea-mobile)
```

###  Alternatives

[smart-crowd/simple-sms-drivers

Addition providers for simple SMS laravel package

101.0k](/packages/smart-crowd-simple-sms-drivers)

PHPackages © 2026

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