bostin/cloudflare-sdk

There is no license information available for the latest version (v0.0.1) of this package.

Cloudflare SDK

v0.0.1 2020-03-24 03:05 UTC

This package is auto-updated.

Last update: 2024-09-24 23:16:11 UTC


README

Cloudflare API

Endpoints

  • Account
  • DNS
  • PageRules
  • Zone
  • ZoneSettings

Quick Start

$apiToken = '';
$auth = new \Bostin\CloudflareSDK\Auth\ApiToken($apiToken);
$adapter = new \Bostin\CloudflareSDK\Adapter\Guzzle();
$zone = new \Bostin\CloudflareSDK\Endpoint\Zone($auth, $adapter);