PHPackages                             tanujdave/aws - 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/aws

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

tanujdave/aws
=============

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

v1.0.11(8y ago)0291MITPHPPHP ^7.0

Since Mar 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tanujdave/aws)[ Packagist](https://packagist.org/packages/tanujdave/aws)[ Docs](https://github.com/Printi/aws)[ RSS](/packages/tanujdave-aws/feed)WikiDiscussions master Synced 3d ago

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

Printi - AWS
============

[](#printi---aws)

Printi Aws is common aws service for Printi platform.

Installing AWS as Bundle
------------------------

[](#installing-aws-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 AWS:

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

You can then later update notify using composer:

```
composer.phar update printi/aws
```

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

[](#user-guide)

Basic notify configuration:

For eg:

```
printi_aws:
    s3:
        orders_bucket:
            bucket: alpha-upload-dev

    sqs:
        omega_occurrence:
            enable: true
            queue_name: omega-item-occurrence-dev
            queue_url: arn:aws:sqs:sa-east-1:773571409125:omega-item-occurrence-dev
            wait_time_seconds: 1
    sns:
        omega_occurrence:
            enable: true
            topic_arn: arn:aws:sns:sa-east-1:773571409125:omega-item-occurrence-dev
        omega_status_change:
            enable: true
            topic_arn: arn:aws:sns:sa-east-1:773571409125:omega-item-status-change-dev
        om2_item_import_fail:
            enable: true
            topic_arn: arn:aws:sns:sa-east-1:773571409125:om2-item-import-fail-dev
        om2_invalid_item_import:
            enable: true
            topic_arn: arn:aws:sns:sa-east-1:773571409125:om2-invalid-item-import-dev
        alpha_message:
            enable: true
            topic_arn: arn:aws:sns:sa-east-1:773571409125:om2-invalid-item-import-dev```

## How to use

We can inject Notify as a service into our application.

for eg:
```php

namespace App;
use Printi\AwsBundle\Sns;

class HelloClass {

    private $snsClient;

    public function __construct(Sns $sns)
    {
        $this->snsClient = $sns;
    }

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

12

Last Release

2982d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

v1.0.5PHP ^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 (13 commits)")

---

Tags

apitransitionmessagingnotify

### Embed Badge

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

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

###  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)
