Sen descrición

Phil Young fdfc656aa8 Add Account Role Listings (#198) %!s(int64=3) %!d(string=hai) anos
.github af14a5f003 move test and lint workflows to GitHub Actions %!s(int64=3) %!d(string=hai) anos
src fdfc656aa8 Add Account Role Listings (#198) %!s(int64=3) %!d(string=hai) anos
tests fdfc656aa8 Add Account Role Listings (#198) %!s(int64=3) %!d(string=hai) anos
.gitignore 9311583f43 adding the .idea file %!s(int64=5) %!d(string=hai) anos
.php_cs cebeae15a3 Inconsistent Array Declaration %!s(int64=7) %!d(string=hai) anos
CONTRIBUTING.md d8b2093eed Create CONTRIBUTING.md %!s(int64=7) %!d(string=hai) anos
LICENSE 3b028041a6 Additional DNS API coverage, PHPUnit whitelist and license added. %!s(int64=7) %!d(string=hai) anos
Makefile af14a5f003 move test and lint workflows to GitHub Actions %!s(int64=3) %!d(string=hai) anos
README.md 6d9b4ddffe [RFR]: Added Origin CA Certificate endpoint (#123) %!s(int64=4) %!d(string=hai) anos
composer.json 7db3d6e62c Update to Guzzle 7 (#143) %!s(int64=4) %!d(string=hai) anos
composer.lock 6d9b4ddffe [RFR]: Added Origin CA Certificate endpoint (#123) %!s(int64=4) %!d(string=hai) anos
phpunit.xml 3b028041a6 Additional DNS API coverage, PHPUnit whitelist and license added. %!s(int64=7) %!d(string=hai) anos

README.md

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('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.