nikitich / cloudflare
Yii2 cloudflare 扩展
1.0.0.1
2019-09-27 14:32 UTC
Requires
- ext-curl: *
- ext-json: *
- yiisoft/yii2: *
Requires (Dev)
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 或更高版本