An open API service indexing awesome lists of open source software.

https://github.com/integready/yii2-cloudflare

Yii2-module for cloudflare
https://github.com/integready/yii2-cloudflare

Last synced: about 1 year ago
JSON representation

Yii2-module for cloudflare

Awesome Lists containing this project

README

          

Cloudflare Actions
==================

Компонент Yii2 для работы с api v4.0 сервиса https://www.cloudflare.com/

Минимальные требования — Yii2

Допустимые ключи массива настроек (в скобках значения по-умолчанию):

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

***

Лицензия: LGPL v3 or later