PHPackages                             furison/page-one-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. furison/page-one-notifier

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

furison/page-one-notifier
=========================

Symfony Page One sms Notifier Bridge

1.0.2(2y ago)08PHPPHP &gt;= 7.2.5

Since May 7Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

PageOne Notifier
================

[](#pageone-notifier)

Provides [PageOne](https://www.pageone.co.uk/) integration for Symfony Notifier.

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

[](#dsn-example)

```
PAGE_ONE_DSN=page-one://USERNAME:PASSWORD@default?from=FROM

```

where:

- `USERNAME` is your API Username
- `PASSWORD` is your API password
- `FROM` is the sender name

See your account info at

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

[](#installation)

- Clone this repository
- Add the following config in services:

```
 services:
   Furison\Notifier\PageOne\PageOneTransportFactory:
       parent: 'notifier.transport_factory.abstract'
           tags: ['texter.transport_factory']
```

- Add the following in the `notifier.yaml` file:

```
 framework:
   notifier:
       texter_transports:
           page-one: '%env(PAGE_ONE_DSN)%'
```

- Add the DSN (as above) to your `.env` file
- Use it as described here:  but use `['sms']` as the type
- Profit!

Resources
---------

[](#resources)

- [REST API documentation](https://www.pageone.co.uk/developers/api-library/rest/)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

3

Last Release

732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a3a2a54ff12266f77ec970db68306c0b8ac6e98c6296370441d323d974a661a?d=identicon)[furison](/maintainers/furison)

### Embed Badge

![Health badge](/badges/furison-page-one-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/furison-page-one-notifier/health.svg)](https://phpackages.com/packages/furison-page-one-notifier)
```

###  Alternatives

[symfony/slack-notifier

Symfony Slack Notifier Bridge

426.1M11](/packages/symfony-slack-notifier)[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/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)
