PHPackages                             sirumobile/infobip-notifier - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sirumobile/infobip-notifier

ActiveSymfony-bridge[Mail &amp; Notifications](/categories/mail)

sirumobile/infobip-notifier
===========================

Symfony Infobip Notifier Bridge

0.2.3(4y ago)0145MITPHPPHP &gt;=7.2.5

Since Apr 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Sirumachinery/infobip-notifier)[ Packagist](https://packagist.org/packages/sirumobile/infobip-notifier)[ Docs](https://sirumobile.com)[ RSS](/packages/sirumobile-infobip-notifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Infobip Notifier
================

[](#infobip-notifier)

Provides Infobip integration for Symfony Notifier.

Requirements
------------

[](#requirements)

- PHP 7.2
- Symfony Notifier 5.2+, HttpClient and EventDispatcher components
- Your API key and base url from Infobip

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

[](#installation)

```
$ composer require sirumobile/infobip-notifier
```

Add correct DSN with your Infobip credentials to ENV. Then configure notifier and add InfobipTransportFactory to your services.

```
# .env
INFOBIP_DSN=infobip://YOUR_APIKEY@YOUR_API_HOST?from=SENDER_NAME
```

```
# ./config/packages/notifier.yaml
framework:
    notifier:
        texter_transports:
            infobip: '%env(INFOBIP_DSN)%'
```

```
# ./config/services.yaml
Siru\Notifier\Bridge\Infobip\InfobipTransportFactory:
    tags: [ texter.transport_factory ]
```

Delivery reports
----------------

[](#delivery-reports)

You can add notifyUrl-option where Infobip will send delivery reports for each message. You will need to implement the callback controller yourself. Check Infobip API documentation for example payload.

```
# .env
INFOBIP_DSN=infobip://YOUR_APIKEY@YOUR_API_HOST?from=SENDER_NAME&notifyUrl=https://yourapplication/callback/path
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Every ~111 days

Total

7

Last Release

1548d ago

PHP version history (2 changes)0.1PHP ^7.2.5

0.2.2PHP &gt;=7.2.5

### Community

Maintainers

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

---

Top Contributors

[![Jontsa](https://avatars.githubusercontent.com/u/17642317?v=4)](https://github.com/Jontsa "Jontsa (15 commits)")

---

Tags

notifiersmsInfobip

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sirumobile-infobip-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/sirumobile-infobip-notifier/health.svg)](https://phpackages.com/packages/sirumobile-infobip-notifier)
```

###  Alternatives

[symfony/fake-sms-notifier

Fake SMS (as email or log during development) Notifier Bridge.

27754.2k1](/packages/symfony-fake-sms-notifier)[symfony/twilio-notifier

Symfony Twilio Notifier Bridge

131.2M2](/packages/symfony-twilio-notifier)[symfony/free-mobile-notifier

Symfony Free Mobile Notifier Bridge

2061.6k](/packages/symfony-free-mobile-notifier)[symfony/sendinblue-notifier

Symfony Sendinblue Notifier Bridge

12106.1k](/packages/symfony-sendinblue-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

10146.7k](/packages/symfony-sinch-notifier)[symfony/mailjet-notifier

Symfony Mailjet Notifier Bridge

1362.5k](/packages/symfony-mailjet-notifier)

PHPackages © 2026

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