nikitich/cloudflare

Yii2 cloudflare 扩展

安装: 19

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 2

分支: 0

类型:yii2-extension

1.0.0.1 2019-09-27 14:32 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:25:58 UTC


README

为使用 https://www.cloudflare.com/ api v4.0 服务的 Yii2 组件

最低要求 — Yii2

允许的配置数组键(括号内为默认值)

'components' => [
        'cloudflareactions' => [
            'class'         => 'integready\cloudflare\CloudflareActions',
            'apiendpoint'   => 'https://api.cloudflare.com/client/v4/',
            'bearer'        => '1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik1qaz2w',
            'sites'         => [
                'mysite.com',
                'anothersite.eu',
                'anotheronesite.biz',
            ],
        ],
]

许可证:LGPL v3 或更高版本