2017 © Pedro Peláez
 

library snidel-queue-sqs

image

ackintosh/snidel-queue-sqs

  • Monday, February 20, 2017
  • by ackintosh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Snidel Amazon SQS plugin

image, (*1)

Install

composer.json

{
    "require": {
        "ackintosh/snidel": "*",
        "ackintosh/snidel-queue-sqs": "*"
    }
}

Usage


$snidel = new Snidel(array( 'aws-key' => 'YOUR AWS KEY', 'aws-secret' => 'YOUR AWS SECRET', 'aws-region' => 'YOUR AWS REGION', 'concurrency' => 2, 'taskQueue' => array( 'className' => '\Ackintosh\Snidel\Queue\Sqs\Task', ), 'resultQueue' => array( 'className' => '\Ackintosh\Snidel\Queue\Sqs\Result', ), )); $snidel->fork(function () { return 'hello, snidel-queue-sqs!'; }); $snidel->get()->toArray();

The Versions

20/02 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by akihito.nakano

20/02 2017

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by akihito.nakano