PHPackages                             media365/transmitter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. media365/transmitter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

media365/transmitter
====================

Laravel 5+ SMS Sender

1.0.0(6y ago)3491[1 issues](https://github.com/media365/transmiter/issues)MITPHPPHP ^7.1

Since Jan 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/media365/transmiter)[ Packagist](https://packagist.org/packages/media365/transmitter)[ RSS](/packages/media365-transmitter/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Transmitter
===========

[](#transmitter)

SMS gateway integration. Available drivers: Textvertising(UK), Log etc.

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

[](#installation)

1. Install the package

```
composer require media365/transmitter

```

2. Publish the configuration file to `config/transmitter.php` using the following command:

```
php artisan vendor:publish --provider="Media365\Transmitter\TransmitterServiceProvider"

```

Don't forget to add the credentials for your sms gateway(Texvertising) in `config/transmitter.php`. Feel free to change the SMS gateway driver class. To log sms instead of sending sms there is a driver called 'LogSMS' out of the box. To use this set `\Media365\Transmitter\Services\LogSMS::class` as driver in the `config/transmitter.php`.

Usages
------

[](#usages)

```
\Media365\Transmitter\Facades\Transmitter::send("", "");
```

Extends
-------

[](#extends)

It's not uncommon that you may need to work with SMS gateways other than the available ones. In that case you just need to make an class that implements `Media365\Transmitter\Services\SMS` interface. Then set your class as `driver` in the `config/transmitter.php` configuration file. Don't hesitate to make a pull request adding a new SMS gateway support for this package.

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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

2328d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f1406e4b8b75b528b79a703424242c9ebb5011c5ada44db9284738b9bc2b6ab?d=identicon)[media365](/maintainers/media365)

![](https://www.gravatar.com/avatar/37f1edf76b13612cacb7715fc718c51856cf3e25062fb0330c0e4a19d3269be1?d=identicon)[baharam000](/maintainers/baharam000)

---

Top Contributors

[![alimranahmed](https://avatars.githubusercontent.com/u/7629427?v=4)](https://github.com/alimranahmed "alimranahmed (11 commits)")[![MuktiGhosh](https://avatars.githubusercontent.com/u/13239493?v=4)](https://github.com/MuktiGhosh "MuktiGhosh (2 commits)")

---

Tags

laravelsms-apisms-clientsms-gatewaytextvertising

### Embed Badge

![Health badge](/badges/media365-transmitter/health.svg)

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

###  Alternatives

[composer/satis

Simple Repository Generator

3.3k1.4M17](/packages/composer-satis)[plasticbrain/php-flash-messages

A modern take on PHP session-based flash messages

184229.6k8](/packages/plasticbrain-php-flash-messages)

PHPackages © 2026

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