2017 © Pedro Peláez
 

symfony-bundle aws

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

image

tanujdave/aws

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

  • Friday, March 16, 2018
  • by tanujdave
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Printi - AWS

Printi Aws is common aws service for Printi platform., (*1)

Installing AWS as Bundle

The recommended way to install ApiClient is through Composer., (*2)

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

Next, run the Composer command to install the latest stable version of AWS:, (*3)

php composer.phar require printi/aws

You can then later update notify using composer:, (*4)

```bash composer.phar update printi/aws, (*5)


## User Guide Basic notify configuration: For eg: ```yaml 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); } }

The Versions

16/03 2018

dev-master

9999999-dev https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

16/03 2018

v1.0.10

1.0.10.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

16/03 2018

v1.0.11

1.0.11.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

16/03 2018

v1.0.9

1.0.9.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

16/03 2018

v1.0.8

1.0.8.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.7

1.0.7.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.6

1.0.6.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.5

1.0.5.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.4

1.0.4.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.3

1.0.3.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.2

1.0.2.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.1

1.0.1.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition

15/03 2018

v1.0.0

1.0.0.0 https://github.com/Printi/aws

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

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition