continuousphp tools

1.0.1 2017-12-05 10:24 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:17:04 UTC


README

This repository is a ZF2 module with tools like a Queue, Alerting, ...

Every tool comes with an adapter pattern.

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:

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