PHPackages                             yieldstudio/symfony-fake-sms-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-fake-sms-notifier

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

yieldstudio/symfony-fake-sms-notifier
=====================================

Fake SMS (as email during development) integration for Symfony Notifier.

1.0.1(3y ago)0376MITPHPPHP &gt;=7.4.0

Since Dec 10Pushed 3y ago1 watchersCompare

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

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

Fake SMS Notifier
=================

[](#fake-sms-notifier)

[![Latest Version](https://camo.githubusercontent.com/4acb469683189adaf2dcf6a675d7568159a2b84edec9ca888dd38cbd6670c00d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7969656c6473747564696f2f73796d666f6e792d66616b652d736d732d6e6f7469666965723f7374796c653d666c61742d737175617265)](https://github.com/yieldstudio/symfony-fake-sms-notifier/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/497bb171ef82363d14ed22f9e9c698117122716d5b1f904c1f996bca1fb71fc0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7969656c6473747564696f2f73796d666f6e792d66616b652d736d732d6e6f7469666965722f74657374733f7374796c653d666c61742d737175617265)](https://github.com/yieldstudio/symfony-fake-sms-notifier/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/8e80018436c5e1329ed31638259558e2d279cea5bb7e59a95aba7011b3e5dc60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7969656c6473747564696f2f73796d666f6e792d66616b652d736d732d6e6f7469666965723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yieldstudio/symfony-fake-sms-notifier)

Provides Fake SMS (as email during development) integration for Symfony Notifier.

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

[](#installation)

```
composer require yieldstudio/symfony-fake-sms-notifier

```

#### Enable the Bundle

[](#enable-the-bundle)

Add following line in `bundles.php`:

```
YieldStudio\Notifier\FakeSms\FakeSmsNotifierBundle::class => ['all' => true],
```

#### Enable the Fake SMS transport

[](#enable-the-fake-sms-transport)

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

```
framework:
    notifier:
        texter_transports:
            fakesms: '%env(FAKE_SMS_DSN)%'
```

#### DSN example

[](#dsn-example)

```
// .env file
FAKE_SMS_DSN=fakesms://email?to=TO&from=FROM

```

where:

- `TO` is email who receive SMS during development
- `FROM` is email who send SMS during development

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

[](#running-the-tests)

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

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

```

Then run the test suite:

```
composer test

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you've found a bug regarding security please mail  instead of using the issue tracker.

Credits
-------

[](#credits)

- [James Hemery](https://github.com/jameshemery)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

1441d ago

Major Versions

0.0.1.x-dev → 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 (14 commits)")

---

Tags

fakenotifierphpsmssymfonysymfonyemailnotifiersmsdev-tool

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/yieldstudio-symfony-fake-sms-notifier/health.svg)](https://phpackages.com/packages/yieldstudio-symfony-fake-sms-notifier)
```

###  Alternatives

[symfony/fake-sms-notifier

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

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

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

10260.2k4](/packages/symfony-fake-chat-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

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

PHPackages © 2026

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