continuousphp / tools
continuousphp tools
Installs: 1 229
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- php: ^5.5 || ^7.0
- aws/aws-sdk-php-zf2: ^2.0.0
- zendframework/zend-console: ^2.4.0
- zendframework/zend-json: ^2.4.0
- zendframework/zend-log: ^2.4.0
- zendframework/zend-modulemanager: ^2.4.0
- zendframework/zend-servicemanager: ^2.4.0
- zendframework/zend-stdlib: ^2.4.0
Requires (Dev)
- phpunit/phpunit: ^4.5
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>'
]
]