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
- Host: GitHub
- URL: https://github.com/integready/yii2-cloudflare
- Owner: IntegReady
- Created: 2016-09-19T09:12:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T14:35:22.000Z (over 6 years ago)
- Last Synced: 2024-04-27T23:21:28.403Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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