2017 © Pedro Peláez
 

library tools

continuousphp tools

image

continuousphp/tools

continuousphp tools

  • Tuesday, December 5, 2017
  • by continuousphp
  • Repository
  • 6 Watchers
  • 1 Stars
  • 1,207 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

continuousphp tools

This repository is a ZF2 module with tools like a Queue, Alerting, ..., (*1)

Every tool comes with an adapter pattern., (*2)

AWS config

When using AWS adapters like SQS or SNS, you can provide the region, key and secret by specifying them in the ZF config:, (*3)

'aws' =>
    [
        'region'      => '<AWS region>',
        'credentials' =>
            [
                'key'    => '<AWS key>',
                'secret' => '<AWS secret>'
            ]
    ]

The Versions