integready/yii2-cloudflare

Yii2 cloudflare 扩展

安装次数: 389

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

1.0.0.1 2019-09-27 14:32 UTC

This package is auto-updated.

Last update: 2024-09-28 01:52:13 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 或更高版本