Skip to content

ZF2 module with tools like Queue, Alerting, ... with adapters for AWS SQS, SNS, ...

License

Notifications You must be signed in to change notification settings

continuousphp/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

continuousphp tools

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>'
            ]
    ]

About

ZF2 module with tools like Queue, Alerting, ... with adapters for AWS SQS, SNS, ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages