PHPackages                             gergelypolonkai/smssender-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. gergelypolonkai/smssender-bundle

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

gergelypolonkai/smssender-bundle
================================

Symfony2 bundle to interact with gergelypolonkai/smssender

2.1.x-dev(13y ago)2461PHP

Since Nov 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/gergelypolonkai/smssender-bundle)[ Packagist](https://packagist.org/packages/gergelypolonkai/smssender-bundle)[ Docs](https://github.com/gergelypolonkai/smssender-bundle)[ RSS](/packages/gergelypolonkai-smssender-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

SmsSenderBundle
===============

[](#smssenderbundle)

This bundle integrates with [gergelypolonkai/smssender](https://github.com/gergelypolonkai/smssender) to send SMS messages through [gergelypolonkai/smsgateway](https://github.com/gergelypolonkai/smsgateway).

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

[](#installation)

Simply add gergelypolonkai/smssender-bundle to your Symfony2 project's composer.json file, and run

```
php composer.phar update

```

Configuration
-------------

[](#configuration)

Everything is configurable through the Symfony project's configuration files. In YML format, the possibilities are:

```
gergely_polonkai_sms_sender:

    # This must be set, as it has no default value
    sender_url: http://localhost/smsgateway

    # The username/password to use to login to SmsGateway. No default values
    # are available, either
    username: gateway-user
    password: gateway-password

    # This defaults to true. You should set this to false if you use
    # self-signed certificates
    verify_ssl: true

    # This is the default value. Currently SmsGateway requires this to be
    # be set to application/json
    content_type: application/json

    # The content-encoding of the data you send to the server. This must be
    # UTF-8 if you want to send an SMS with non-ascii characters.
    content-encoding: utf-8

    # This should be turned on only for debugging purposes. It makes CURL to
    # log every traffic it makes with SmsGateway.
    verbose_curl: false

```

Usage
-----

[](#usage)

Everything is done via the gergely\_polonkai\_sms\_sender.sender service.

```
$sender = $container->get('gergely_polonkai_sms_sender.sender');
$sender->login();
$sender->send('+155523456789', 'Hello world!', array());
$sender->logout();

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

4988d ago

### Community

Maintainers

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

---

Top Contributors

[![gergelypolonkai](https://avatars.githubusercontent.com/u/264485?v=4)](https://github.com/gergelypolonkai "gergelypolonkai (1 commits)")

### Embed Badge

![Health badge](/badges/gergelypolonkai-smssender-bundle/health.svg)

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

###  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.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k23](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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