Skip to content

qem19/cloudflare-php

This branch is 118 commits behind cloudflare/cloudflare-php:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b97389 · Jun 7, 2019
Jun 7, 2019
Jun 7, 2019
Jan 13, 2019
Oct 2, 2017
Sep 23, 2017
Nov 6, 2017
Aug 22, 2017
Oct 13, 2017
Jun 7, 2019
Jan 13, 2019
Oct 21, 2018
Feb 26, 2019
Feb 26, 2019
Aug 22, 2017

Repository files navigation

Cloudflare SDK (v4 API Binding for PHP 7)

Build Status

Installation

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

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('[email protected]', '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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Makefile 0.3%