PHPackages                             ekreative/smpp-client - 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. ekreative/smpp-client

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

ekreative/smpp-client
=====================

SMPP Client

2.0.1(6y ago)07.9kMITPHPPHP &gt;=5.5.9

Since Jul 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/ekreative/SmppClient)[ Packagist](https://packagist.org/packages/ekreative/smpp-client)[ Docs](https://github.com/kronas/SmppClientBundle)[ RSS](/packages/ekreative-smpp-client/feed)WikiDiscussions master Synced 2w ago

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

SmppClientBundle
================

[](#smppclientbundle)

PHP 5 based SMPP client bundle for Symfony2. Forked from

For now, it only sends messages.. trasmitter mode

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

[](#installation)

Add to composer.json

```
"require": {
    "kronas/smpp-client-bundle": "1.0.0-dev"
}

```

Add to AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Kronas\SmppClientBundle\KronasSmppClientBundle(),
    );

    return $bundles;
}

```

Add to config.yml

```
kronas_smpp_client:
    host: %smpp_host%
    port: %smpp_port%
    login: %smpp_login%
    password: %smpp_password%
    signature: %smpp_signature%

```

[More configuration parameters](https://github.com/kronas/SmppClientBundle/blob/master/Resources/doc/configuration.md)

Usage
-----

[](#usage)

```
$smpp = $this->get('kronas_smpp_client.transmitter');

$smpp->send($phone_number, $message);

```

\*Phone number must be in international format without "+"

\*\*Function "send" return a message ID

License
-------

[](#license)

This bundle is under the [MIT license](https://github.com/kronas/SmppClientBundle/blob/master/Resources/meta/LICENSE). See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~653 days

Total

4

Last Release

2405d ago

Major Versions

1.1.0 → 2.0.02018-03-15

PHP version history (2 changes)1.0.0PHP &gt;=5.3.2

2.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/7039999f29a83140d61116032ec1684c752412e458ad1999e15eea2f8808498c?d=identicon)[mcfedr](/maintainers/mcfedr)

---

Top Contributors

[![dhanzhelo](https://avatars.githubusercontent.com/u/1755779?v=4)](https://github.com/dhanzhelo "dhanzhelo (16 commits)")[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (4 commits)")[![Kronas](https://avatars.githubusercontent.com/u/97064434?v=4)](https://github.com/Kronas "Kronas (3 commits)")[![edmundofuentes](https://avatars.githubusercontent.com/u/936483?v=4)](https://github.com/edmundofuentes "edmundofuentes (2 commits)")[![terox](https://avatars.githubusercontent.com/u/252005?v=4)](https://github.com/terox "terox (2 commits)")[![joserobleda](https://avatars.githubusercontent.com/u/1263865?v=4)](https://github.com/joserobleda "joserobleda (1 commits)")

---

Tags

Send SMS via SMPP

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ekreative-smpp-client/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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