PHPackages                             shpartko/madsms - 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. [Templating &amp; Views](/categories/templating)
4. /
5. shpartko/madsms

ActiveLibrary[Templating &amp; Views](/categories/templating)

shpartko/madsms
===============

Send sms via random providers

04PHP

Since May 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/php-rock/madsms)[ Packagist](https://packagist.org/packages/shpartko/madsms)[ RSS](/packages/shpartko-madsms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

madsms
======

[](#madsms)

Hi there! It's an implementation of test case for checking basics `PHP`/`Laravel`/`MVC`/`OOP` skills.

Send sms/mms via random providers.

- **Madsms** - One random gateway for one request;
- **SuperMadsms** - All gateways for one request.

Install:
--------

[](#install)

Install Laravel

```
composer create-project laravel/laravel test
php artisan key:generate
```

Install this package via composer using this command:

```
composer require shpartko/madsms
```

That's all. The package will automatically register itself.

Notifications (E-mail/Slack):
-----------------------------

[](#notifications-e-mailslack)

If you want use notifications, you must install the Guzzle HTTP library via Composer:

```
composer require guzzlehttp/guzzle
```

And after that you must config notifications section in your `config/madsms.php` and MAIL section in `.env` file.

Implement:
----------

[](#implement)

You can publish the config, lang and views files with:

```
php artisan vendor:publish --provider="Shpartko\Madsms\MadServiceProvider"
```

Facade
------

[](#facade)

You can register MadSMS facades in your `config\app.php` in aliases section:

```
    'aliases' => [
        'Madsms' => Shpartko\Madsms\Facades\Madsms::class,
        'SuperMadsms' => Shpartko\Madsms\Facades\SuperMadsms::class,
    ],

```

After that you can use short path for access to MadSMS, for example:

```
Madsms::getGateway()->getGatewayName();
or
SuperMadsms::getRandomGateway()->getGatewayName();
```

Usage:
------

[](#usage)

For get results of working this package, please, pick one of this url: `http(s)://your-domain/madsms` or `http(s)://your-domain/supermadsms`.

For example:  or

Or you can see how it's work on my domain: [madsms](https://3300101.pp.ua/madsms) and [supermadsms](https://3300101.pp.ua/supermadsms).

Clear cache
-----------

[](#clear-cache)

```
php artisan package:discover
php artisan route:clear
php artisan config:clear
php artisan clear-compiled
```

If you want hire me, mail:
--------------------------

[](#if-you-want-hire-me-mail)

- [3300101(at)gmail.com](mailto:3300101@gmail.com)
- [LinkedIn](https://www.linkedin.com/in/shpartko/)
- [Facebook](https://www.facebook.com/sheppardjack)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16976774?v=4)[Jack Sheppard](/maintainers/php-rock)[@php-rock](https://github.com/php-rock)

---

Top Contributors

[![php-rock](https://avatars.githubusercontent.com/u/16976774?v=4)](https://github.com/php-rock "php-rock (30 commits)")

---

Tags

bladecomposer-packagelaravelmvcoopphp7

### Embed Badge

![Health badge](/badges/shpartko-madsms/health.svg)

```
[![Health](https://phpackages.com/badges/shpartko-madsms/health.svg)](https://phpackages.com/packages/shpartko-madsms)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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