continuousphp 工具

1.0.1 2017-12-05 10:24 UTC

This package is not auto-updated.

Last update: 2024-09-23 07:21:27 UTC


README

此仓库是一个 ZF2 模块,包含队列、警报等工具

每个工具都包含一个适配器模式。

AWS 配置

当使用 AWS 适配器如 SQS 或 SNS 时,您可以通过在 ZF 配置中指定它们来提供区域、密钥和密钥。

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