6176cd81a3f9df94663fe2b5bb9e5797ebf1b07e
Cloudflare 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 the CloudFlare class.
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
Description
Languages
PHP
99.9%
Makefile
0.1%