PHPackages                             isadma/laravel-smpp - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. isadma/laravel-smpp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

isadma/laravel-smpp
===================

Laravel package to send SMS using SMPP

v1.0.6(1y ago)1289↓23.5%MITPHPPHP ^8.0

Since May 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/isadma/laravel-smpp)[ Packagist](https://packagist.org/packages/isadma/laravel-smpp)[ RSS](/packages/isadma-laravel-smpp/feed)WikiDiscussions main Synced today

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

Laravel SMPP
============

[](#laravel-smpp)

[![Latest Version](https://camo.githubusercontent.com/f7a50d5533bccb774adab65bcb3929cc5c09b0dd5fb2791b899b6ee782617be1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697361646d612f6c61726176656c2d736d70702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/isadma/laravel-smpp)[![License](https://camo.githubusercontent.com/e7ca8ca110e76641c235ff009fb8b134adb74fb307ad194cca8ed6456510782d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697361646d612f6c61726176656c2d736d70702e7376673f7374796c653d666c61742d737175617265)](LICENSE)

A simple Laravel package to send SMS messages using the SMPP protocol, built on top of [alexandr-mironov/php8-smpp](https://github.com/alexandr-mironov/php8-smpp).

---

🚀 Features
----------

[](#-features)

- Laravel-ready SMPP client
- Reads SMPP config from `.env`
- Clean service-based architecture
- Exception-driven error handling

---

📦 Installation
--------------

[](#-installation)

### Require the package

[](#require-the-package)

```
composer require isadma/laravel-smpp
```

---

⚙️ Configuration
----------------

[](#️-configuration)

Add the following to your `.env` file:

```
SMPP_IP=ip_address
SMPP_PORT=port_number
SMPP_FROM=your_short_number
SMPP_USERNAME=your_smpp_username
SMPP_PASSWORD=your_smpp_password
```

The published config file will be available at: `config/smpp.php`.

---

💡 Usage
-------

[](#-usage)

You can use the Facade for cleaner syntax:

```
use Smpp;

SmppService::sendMessage('9936XXXXXXX', 'Your message');
```

---

📄 License
---------

[](#-license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

---

🙏 Credits
---------

[](#-credits)

- [alexandr-mironov/php8-smpp](https://github.com/alexandr-mironov/php8-smpp)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~1 days

Total

6

Last Release

415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6869dcde55f50474bd843dd5ade225335069376eddca62f9d03de5e28f88743?d=identicon)[isadma](/maintainers/isadma)

---

Top Contributors

[![isadma](https://avatars.githubusercontent.com/u/40623415?v=4)](https://github.com/isadma "isadma (8 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/isadma-laravel-smpp/health.svg)

```
[![Health](https://phpackages.com/badges/isadma-laravel-smpp/health.svg)](https://phpackages.com/packages/isadma-laravel-smpp)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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