Skip to content

Metadrop/cloudflare-php

 
 

Repository files navigation

Cloudflare SDK (v4 API Binding for PHP 7)

Currently, official cloudflare SDK does not receive updates. This fork is temporary until official cloudflare sdk for PHP is up to date.

Installation

composer require metadrop/cloudflare-sdk

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:

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();

Contributions

We welcome community contribution to this repository. CONTRIBUTING.md will help you start contributing.

Licensing

Licensed under the 3-clause BSD license. See the LICENSE file for details.

About

PHP library for the Cloudflare v4 API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 99.8%
  • Makefile 0.2%