PHPackages                             bs/plus-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. bs/plus-notifier

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

bs/plus-notifier
================

Symfony Plus MultiInfo Notifier Bridge

1.0.1(9mo ago)198MITPHPPHP &gt;=8.1

Since Jul 20Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/macbws/plus-notifier)[ Packagist](https://packagist.org/packages/bs/plus-notifier)[ RSS](/packages/bs-plus-notifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Plus MultiInfo Notifier
=======================

[](#plus-multiinfo-notifier)

Provides [Plus MultiInfo](https://www.multiinfo.plus.pl) integration for Symfony Notifier.

DSN example
-----------

[](#dsn-example)

```
PLUS_DSN=plus://LOGIN:PASSWORD@HOST?service_id=SERVICE_ID&cert_file=CERT_FILE&cert_password=CERT_PASSWORD
```

where:

- `LOGIN` is user login with access to API HTTPS channel
- `PASSWORD` is user password
- `HOST` is API host (`api1.multiinfo.plus.pl` or `api2.multiinfo.plus.pl`)
- `SERVICE_ID` is service identity for sending message
- `CERT_FILE` is file name with path to certificate file (PEM format)
- `CERT_PASSWORD` is certificate password

All special chars must be URL encoding prefixed by `%` (e.g. `#` is `%%23`)

example:

```
PLUS_DSN=plus://apiuser:PaSwOrD%%231@api1.multiinfo.plus.pl?service_id=00000&cert_file=%kernel.project_dir%/cert.pem&cert_password=PaSwOrD%%232
```

Configuring transport
---------------------

[](#configuring-transport)

To make the transport visible in symfony/notifier, you need to add the following configuration to your Symfony application:

```
# config/services.yaml

Bs\Notifier\Bridge\Plus\PlusTransportFactory:
    tags: ['notifier.transport_factory']
    arguments:
        $projectDir: '%kernel.project_dir%'

Symfony\Component\Notifier\Transport:
    arguments:
        $factories: !tagged_iterator notifier.transport_factory
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance55

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

298d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

notifiersmsplusmultiinfo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bs-plus-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/bs-plus-notifier/health.svg)](https://phpackages.com/packages/bs-plus-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)
