PHPackages                             rentbetter/just-call-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. rentbetter/just-call-notifier

ActiveSymfony-notifier-bridge

rentbetter/just-call-notifier
=============================

Symfony JustCall Notifier Bridge

v7.2.1(1y ago)110.3k↓36.1%MITPHPPHP &gt;=8.1

Since Feb 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RentBetter/just-call-notifier)[ Packagist](https://packagist.org/packages/rentbetter/just-call-notifier)[ Docs](https://symfony.com)[ RSS](/packages/rentbetter-just-call-notifier/feed)WikiDiscussions main Synced 1mo ago

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

JustCall Notifier
=================

[](#justcall-notifier)

Provides [JustCall](https://justcall.io/) integration for Symfony Notifier.

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

[](#installation)

1. Install package using composer

```
composer require rentbetter/just-call-notifier:^6.1
```

2. Add your JustCall DSN to your environment variables, e.g. in `.env`

```
JUST_CALL_DSN=justCall://API_KEY:API_SECRET@default?from=FROM

```

3. Register the `JustCallTransportFactory` in your `services.yaml`

```
notifier.transport_factory.justCall:
   class: Symfony\Component\Notifier\Bridge\JustCall\JustCallTransportFactory
   parent: notifier.transport_factory.abstract
   tags: ['texter.transport_factory']
```

4. Enable the JustCall transport in your `config/packages/notifier.yaml` configuration

```
framework:
  notifier:
    texter_transports:
      justCall: '%env(JUST_CALL_DSN)%'
```

5. Start sending SMS in your application, see [the symfony docs](https://symfony.com/doc/current/notifier.html#creating-sending-notifications)

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

[](#dsn-example)

```
JUST_CALL_DSN=justCall://API_KEY:API_SECRET@default?from=FROM

```

where:

- `API_KEY` is your JustCall api key
- `API_SECRET` is your JustCall api secret
- `FROM` is your sender, E.164 without the leading +

Resources
---------

[](#resources)

- [Contributing](https://symfony.com/doc/current/contributing/index.html)
- [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls)in the [main Symfony repository](https://github.com/symfony/symfony)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance49

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~108 days

Total

7

Last Release

375d ago

Major Versions

v6.1.4 → v7.2.02025-01-02

### Community

Maintainers

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

---

Top Contributors

[![lens1199](https://avatars.githubusercontent.com/u/22493046?v=4)](https://github.com/lens1199 "lens1199 (3 commits)")[![paulferrett](https://avatars.githubusercontent.com/u/282405?v=4)](https://github.com/paulferrett "paulferrett (2 commits)")[![thomasrose](https://avatars.githubusercontent.com/u/775792?v=4)](https://github.com/thomasrose "thomasrose (2 commits)")

---

Tags

notifiersmsjustCall

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rentbetter-just-call-notifier/health.svg)

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