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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kch/smsapi-bundle
=================

Symfony 2 Bundle for SMSApi PHP Client library.

1.6.2(9y ago)18.3kMITPHPPHP &gt;=5.3.0

Since Oct 15Pushed 9y ago4 watchersCompare

[ Source](https://github.com/KredytyChwilowki/smsapi-bundle)[ Packagist](https://packagist.org/packages/kch/smsapi-bundle)[ RSS](/packages/kch-smsapi-bundle/feed)WikiDiscussions master Synced 1mo ago

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

kch/smsapi-bundle
=================

[](#kchsmsapi-bundle)

Symfony 2 Bundle for SMSApi PHP Client library.

Symfony 2 Bundle dla biblioteki SMSApi PHP Client.

Installation:
-------------

[](#installation)

`composer require kch/smsapi-bundle`

Configuration - config.yml:
---------------------------

[](#configuration---configyml)

```
kch_sms_api:
    clients:
        default:
            client_login: TEST
            client_password_hash: TEST

```

Usage - sending one SMS:
------------------------

[](#usage---sending-one-sms)

Based on original library code:

```
$smsFactory = $this->get('kch_sms_api.sms_factory.default');

try {
    $actionSend = $smsFactory->actionSend();

    $actionSend->setTo('600xxxxxx');
    $actionSend->setText('Hello World!!');
    $actionSend->setSender('Info'); //Pole nadawcy, lub typ wiadomości: 'ECO', '2Way'

    $response = $actionSend->execute();

    foreach ($response->getList() as $status) {
        echo $status->getNumber() . ' ' . $status->getPoints() . ' ' . $status->getStatus();
    }
} catch (SmsapiException $exception) {
    echo 'ERROR: ' . $exception->getMessage();
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~115 days

Total

3

Last Release

3639d ago

### Community

Maintainers

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

---

Top Contributors

[![Nobiles2Programmer](https://avatars.githubusercontent.com/u/8983147?v=4)](https://github.com/Nobiles2Programmer "Nobiles2Programmer (2 commits)")

---

Tags

phpsmssms-apisms-messagessmsapi-bundlesymfonysymfony-bundlebundlesmsmmsvms

### Embed Badge

![Health badge](/badges/kch-smsapi-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kch-smsapi-bundle/health.svg)](https://phpackages.com/packages/kch-smsapi-bundle)
```

###  Alternatives

[smsapi/php-client

SMSAPI API PHP Client

652.1M17](/packages/smsapi-php-client)[smsapi.pl/php-client

SMSAPI API PHP Client

6581.4k1](/packages/smsapipl-php-client)

PHPackages © 2026

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