PHPackages                             yieldstudio/symfony-spot-hit-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. yieldstudio/symfony-spot-hit-notifier

AbandonedArchivedSymfony-bundle[Mail &amp; Notifications](/categories/mail)

yieldstudio/symfony-spot-hit-notifier
=====================================

Spot-Hit integration for Symfony Notifier.

1.0.1(5y ago)0202MITPHPPHP &gt;=7.4.0

Since Dec 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/YieldStudio/symfony-spot-hit-notifier)[ Packagist](https://packagist.org/packages/yieldstudio/symfony-spot-hit-notifier)[ Docs](https://github.com/YieldStudio/symfony-spot-hit-notifier)[ RSS](/packages/yieldstudio-symfony-spot-hit-notifier/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Spot-Hit Notifier
=================

[](#spot-hit-notifier)

Provides Spot-Hit integration for Symfony Notifier.

⚠️ Merged in Symfony core. [symfony/symfony#39948](https://github.com/symfony/symfony/pull/39948)

Symfony VersionPackage Version~5.1.00.0.2^5.2^1.0.0Installation
------------

[](#installation)

```
composer require yieldstudio/symfony-spot-hit-notifier

```

#### Enable the Bundle

[](#enable-the-bundle)

Add following line in `bundles.php`:

```
YieldStudio\Notifier\SpotHit\SpotHitNotifierBundle::class => ['all' => true],
```

#### Enable the Spot-Hit transport

[](#enable-the-spot-hit-transport)

Add the `spothit` chatter in `config/packages/notifier.yaml`

```
framework:
    notifier:
        texter_transports:
            spothit: '%env(SPOTHIT_DSN)%'
```

#### DSN example

[](#dsn-example)

```
// .env file
SPOTHIT_DSN=spothit://TOKEN@default?from=FROM

```

where:

- `TOKEN` is your Spot-Hit API key
- `FROM` is the custom sender (3-11 letters, default is a 5 digits phone number)

Running the Tests
-----------------

[](#running-the-tests)

Install the [Composer](http://getcomposer.org/) dependencies:

```
git clone https://github.com/YieldStudio/symfony-spot-hit-notifier.git
cd symfony-spot-hit-notifier
composer update

```

Then run the test suite:

```
composer test

```

License
-------

[](#license)

This bundle is released under the MIT license.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~3 days

Total

5

Last Release

1965d ago

Major Versions

0.0.1 → 1.0.02020-12-10

### Community

Maintainers

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

---

Top Contributors

[![JamesHemery](https://avatars.githubusercontent.com/u/23323941?v=4)](https://github.com/JamesHemery "JamesHemery (12 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (1 commits)")

---

Tags

notifiersmsspot-hitsymfonysymfony-bundlesymfonynotifiersmsspot-hit

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/yieldstudio-symfony-spot-hit-notifier/health.svg)

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

PHPackages © 2026

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