2017 © Pedro Peláez
 

symfony-bundle printiapi

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

image

tanujdave/printiapi

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
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Notify - Priority Messaging

Notify is messaging service for Omega2. which responsible for sending message to Alpha or AWS sns based on priority., (*1)

Installing Notify 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 Notify:, (*3)

php composer.phar require printi/notify

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

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


## User Guide Basic notify configuration: For eg: ```yaml 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., (*6)

How to use

We can inject Notify as a service into our application., (*7)

for eg:, (*8)


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); } }

The Versions

16/03 2018

dev-master

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

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.12

1.0.12.0 https://github.com/Printi/notify

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/notify

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/notify

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/notify

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/notify

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/notify

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/notify

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/notify

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

1.0.3

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

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

1.0.4

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

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

1.0.2

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

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

13/03 2018

1.0.1

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

Api client is PHP based HTTP Client used for hitting your api and getting response

  Sources   Download

MIT

The Requires

 

by Tanuj Dave

api messaging notify transition