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