Download the PHP package diepxuan/laravel-cloudflare without Composer
On this page you can find all versions of the php package diepxuan/laravel-cloudflare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diepxuan/laravel-cloudflare
More information about diepxuan/laravel-cloudflare
Files in diepxuan/laravel-cloudflare
Package laravel-cloudflare
Short Description Laravel Integration With CloudFlare API
License MIT
Informations about the package laravel-cloudflare
CloudFlare Connection libraries for Laravel from 10.x
Cloudflare API version 4
Follow Cloudflare SDK (v4 API Binding for PHP 7) This repository is currently under development, additional classes and endpoints being actively added.
Getting Started
Installation
Require using composer
Base
The recommended way to install this package is via the Packagist Dependency Manager (cloudflare/sdk). You can get specific usage examples on the Cloudflare Knowledge Base under: Cloudflare PHP API Binding
In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.
About this package
Cloudflare SDK (v4 API Binding for PHP 7)
Cloudflare API version 4
The Cloudflare API can be found here. Each API call is provided via a similarly named function within various classes in the Cloudflare\API\Endpoints namespace:
- [x] DNS Records
- [x] DNS Analytics
- [x] Zones
- [x] User Administration (partial)
- [x] Cloudflare IPs
- [x] Page Rules
- [x] Web Application Firewall (WAF)
- [ ] Virtual DNS Management
- [x] Custom hostnames
- [x] Manage TLS settings
- [x] Zone Lockdown and User-Agent Block rules
- [ ] Organization Administration
- [x] Railgun administration
- [ ] Keyless SSL
- [x] Origin CA
- [x] Crypto
- [x] Load Balancers
- [x] Firewall Settings
Licensing
Licensed under the 3-clause BSD license. See the LICENSE file for details.