2017-06-09 16:55:58 +01:00
2017-06-09 16:18:24 +01:00
2017-06-09 16:18:24 +01:00
2017-01-13 23:52:27 +00:00
2017-01-13 23:52:27 +00:00
2017-01-13 23:52:27 +00:00
2017-01-13 23:52:27 +00:00
2017-06-09 16:53:13 +01:00

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 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
  • Organization Administration
  • Railgun administration
  • Keyless SSL
  • Origin CA

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
PHP library for the Cloudflare v4 API
Readme BSD-3-Clause 714 KiB
Languages
PHP 99.9%
Makefile 0.1%