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

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

kronas/smpp-client-bundle
=========================

Symfony SMPP Client Bundle

1.1.0(9y ago)459.5k7[3 PRs](https://github.com/kronas/SmppClientBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Jul 18Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (3)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

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.4% 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 ~743 days

Total

2

Last Release

3579d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/97064434?v=4)[kronas](/maintainers/kronas)[@Kronas](https://github.com/Kronas)

---

Top Contributors

[![dhanzhelo](https://avatars.githubusercontent.com/u/1755779?v=4)](https://github.com/dhanzhelo "dhanzhelo (19 commits)")[![nibynool](https://avatars.githubusercontent.com/u/2154482?v=4)](https://github.com/nibynool "nibynool (5 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/kronas-smpp-client-bundle/health.svg)

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

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[friendsofsymfony/http-cache-bundle

Set path based HTTP cache headers and send invalidation requests to your HTTP cache

43813.2M47](/packages/friendsofsymfony-http-cache-bundle)[handcraftedinthealps/rest-routing-bundle

This bundle provides automatic route registration for the Controllers

582.0M2](/packages/handcraftedinthealps-rest-routing-bundle)[ideasoft/http-batch-bundle

Http batch server implementation for symfony via sub requests.

2520.4k](/packages/ideasoft-http-batch-bundle)

PHPackages © 2026

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