2a3929824e75c72ceb45c844284cefe6fa5208fd
COM-45 :: Change API submission type to JSON and adjust function names
Cloudflare SDK (v4 API Binding for PHP 7)
Installation
The recommended way to install this package is via the Packagist Dependency Manager.
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:
- DNS Records
- Zones
- User Administration (partial)
- Cloudflare IPs
- Page Rules
- Web Application Firewall (WAF)
- Virtual DNS Management
- Custom hostnames
- Zone Lockdown and User-Agent Block rules
- Organization Administration
- Railgun administration
- Keyless SSL
- Origin CA
Note that this repository is currently under development, additional classes and endpoints being actively added.
Getting Started
$key = new \Cloudflare\API\Auth\APIKey('user@example.com', 'apiKey');
$adapter = new Cloudflare\API\Adapter\Guzzle($key);
$user = new \Cloudflare\API\Endpoints\User($adapter);
echo $user->getUserID();
Licensing
Licensed under the 3-clause BSD license. See the LICENSE file for details.
Description
Languages
PHP
99.9%
Makefile
0.1%