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

ActiveSymfony-bundle

nibynool/smpp-client-bundle
===========================

Symfony SMPP Client Bundle

1.2.0(7y ago)0322MITPHPPHP &gt;=5.3.2

Since Jul 18Pushed 7y agoCompare

[ Source](https://github.com/nibynool/SmppClientBundle)[ Packagist](https://packagist.org/packages/nibynool/smpp-client-bundle)[ Docs](https://github.com/nibynool/SmppClientBundle)[ RSS](/packages/nibynool-smpp-client-bundle/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#smppclientbundle)

PHP 5 based SMPP client bundle for Symfony2. Forked from , which in turn was forked from

For now, it only sends messages.. trasmitter mode

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

[](#installation)

Add to composer.json

```
"require": {
    "nibynool/smpp-client-bundle": "^1.2.0"
}

```

Add to AppKernel.php

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

    return $bundles;
}

```

Add to config.yml

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

```

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

Usage
-----

[](#usage)

```
$smpp = $this->get('nibynool_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/nibynool/SmppClientBundle/blob/master/Resources/meta/LICENSE). See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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 ~827 days

Total

3

Last Release

2658d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5da6c02dd1bfd0ae23f25cdd6653b0b1ab5f4eb82441c955803c3f5e39ebda1d?d=identicon)[nibynool](/maintainers/nibynool)

---

Top Contributors

[![nibynool](https://avatars.githubusercontent.com/u/2154482?v=4)](https://github.com/nibynool "nibynool (28 commits)")[![dhanzhelo](https://avatars.githubusercontent.com/u/1755779?v=4)](https://github.com/dhanzhelo "dhanzhelo (16 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

### Embed Badge

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

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

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[rikudou/psr6-dynamo-db-bundle

PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony

2077.8k](/packages/rikudou-psr6-dynamo-db-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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