PHPackages                             rezzza/processone-bundle - 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. rezzza/processone-bundle

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

rezzza/processone-bundle
========================

ProcessOne bundle for Symfony2 projects

1.2.0(10y ago)313.1k1MITPHPPHP &gt;=5.3.3

Since May 13Pushed 10y ago2 watchersCompare

[ Source](https://github.com/rezzza/ProcessOneBundle)[ Packagist](https://packagist.org/packages/rezzza/processone-bundle)[ Docs](https://github.com/rezzza/ProcessOneBundle)[ RSS](/packages/rezzza-processone-bundle/feed)WikiDiscussions master Synced 4w ago

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

ProcessOneBundle
================

[](#processonebundle)

[![Build Status](https://camo.githubusercontent.com/7ceddbf1f306c780aed7fd25b320b1c4a24e52f5563c44fd1a6086ad7e94def8/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72657a7a7a612f50726f636573734f6e6542756e646c652e706e67)](http://travis-ci.org/rezzza/ProcessOneBundle)

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

[](#installation)

```
"require": {
    'rezzza/processone-bundle': '*',
}

```

Enable Bundle
-------------

[](#enable-bundle)

In `AppKernel`:

```
$bundles = array(
    //....
    new Rezzza\ProcessOneBundle\RezzzaProcessOneBundle(),
    //....
);
```

Configuration
-------------

[](#configuration)

```
rezzza_process_one:
    connections:
        default:
            transport:  guzzle
            host:       https://subdomain.process-one.net
            publish:
                key:    MY_KEY
                secret: MY_SECRET
                expire: 10
```

Usage
-----

[](#usage)

```
use Rezzza\ProcessOneBundle\Recipient;
use Rezzza\ProcessOneBundle\Message;

$conn = $this->get('rezzza.process_one.default.connection');

// recipients
$recipients = new Recipient\TagRecipient(array('@registered'));
$recipients = new Recipient\AliasRecipient(array('user@domain.tld'));
$recipients = new Recipient\DeviceTokenRecipient(array('device-token'));

// message

$message = new Message\ApsMessage();
$message->setApsData('alert', '..');
$message->setApsData('badge', 1337);
$message->setData('custom_element', 'value');

$conn->setRecipient($recipients)
     ->setMessage($message)
     ->send();
```

Customisation
-------------

[](#customisation)

You can easily add new `messages`, `recipients`, `transport`

Wishlist
--------

[](#wishlist)

- Tests
- Standalone library

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~157 days

Recently: every ~92 days

Total

7

Last Release

3851d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47c3006a9e7662031ee9d3fa064238fef88479fd7d60f18dd47f038fbbd7dc5a?d=identicon)[steph\_py](/maintainers/steph_py)

---

Top Contributors

[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (12 commits)")[![shouze](https://avatars.githubusercontent.com/u/54712?v=4)](https://github.com/shouze "shouze (9 commits)")

---

Tags

symfonybundlenotificationprocessone

### Embed Badge

![Health badge](/badges/rezzza-processone-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rezzza-processone-bundle/health.svg)](https://phpackages.com/packages/rezzza-processone-bundle)
```

###  Alternatives

[stephpy/timeline-bundle

Symfony2 bundle to make timeline

191370.1k4](/packages/stephpy-timeline-bundle)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40384.6k1](/packages/mcfedr-awspushbundle)[robertotru/to-inline-style-email-bundle

A Symfony2 bundle for using the CssToInlineStyles translator by tijsverkoyen

59387.0k](/packages/robertotru-to-inline-style-email-bundle)[ras/flash-alert-bundle

FlashAlertBundle provides a simplified way to handle (add/display) Symfony flash messages. Client side scripts are written in pure JavaScript.

2323.3k](/packages/ras-flash-alert-bundle)[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34401.3k](/packages/mailjet-mailjet-bundle)

PHPackages © 2026

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