PHPackages                             tanujdave/printiapi - 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. [API Development](/categories/api)
4. /
5. tanujdave/printiapi

ActiveSymfony-bundle[API Development](/categories/api)

tanujdave/printiapi
===================

Notify is messaging service for Omega2. which responsible for sending message to Alpha or AWS sns based on priority.

v1.0.12(8y ago)016MITPHPPHP ^7.0

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tanujdave/printiapi)[ Packagist](https://packagist.org/packages/tanujdave/printiapi)[ Docs](https://github.com/Printi/notify)[ RSS](/packages/tanujdave-printiapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

Notify - Priority Messaging
===========================

[](#notify---priority-messaging)

Notify is messaging service for Omega2. which responsible for sending message to Alpha or AWS sns based on priority.

Installing Notify as Bundle
---------------------------

[](#installing-notify-as-bundle)

The recommended way to install ApiClient is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of Notify:

```
php composer.phar require printi/notify
```

You can then later update notify using composer:

```
composer.phar update printi/notify
```

User Guide
----------

[](#user-guide)

Basic notify configuration:

For eg:

```
notify:
    transition:
        send_to_prepress: high
        prepress_reject: low
        prepress_reject_failed: high
        prepress_approve: high
        send_to_production: high
        waiting_for_upload: high
        new_upload: low
        cancel: high
        finish: high
```

This configuration is not mandatory for our application. we can override above configuration by creating `notify.yaml` yaml file under `/config/packages` folder.

How to use
----------

[](#how-to-use)

We can inject Notify as a service into our application.

for eg:

```
namespace App;
use Printi\NotifyBundle\Notify;

class HelloClass {

    private $notify;

    public function __construct(Notify $notify)
    {
        $this->notify = $notify;
    }

    public function onTransitionUpdate()
    {
        $message = [
            "order_item_id" => 11111,
            "transition"    => 'prepress_reject',
            "reference"     => null,
            "status_id"     => 50,
            "version"       => 2,
        ];
        $this->notify->notifyOnTransition('prepress_reject', $message);
    }
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~0 days

Total

12

Last Release

2976d ago

PHP version history (2 changes)1.0.1PHP &gt;=5.4.0

v1.0.6PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/39d0c4295ef300eee271fa30768ae9b82d3ed56a7fb2c4c52053f47f2e566657?d=identicon)[tanujdave](/maintainers/tanujdave)

---

Top Contributors

[![tanujdaveprinti](https://avatars.githubusercontent.com/u/34342462?v=4)](https://github.com/tanujdaveprinti "tanujdaveprinti (32 commits)")[![tanujdave](https://avatars.githubusercontent.com/u/2853376?v=4)](https://github.com/tanujdave "tanujdave (1 commits)")

---

Tags

apitransitionmessagingnotify

### Embed Badge

![Health badge](/badges/tanujdave-printiapi/health.svg)

```
[![Health](https://phpackages.com/badges/tanujdave-printiapi/health.svg)](https://phpackages.com/packages/tanujdave-printiapi)
```

###  Alternatives

[erdum/php-open-ai-assistant-sdk

A PHP class for seamless interaction with the OpenAI Assistant API, enabling developers build powerful AI assistants capable of performing a variety of tasks.

203.1k](/packages/erdum-php-open-ai-assistant-sdk)

PHPackages © 2026

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