cloudflare / sdk
PHP binding for v4 of the Cloudflare Client API.
Requires
- php: >=7.2.5
- ext-json: *
- guzzlehttp/guzzle: ^7.0.1
- psr/http-message: ~1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.6
- phpmd/phpmd: @stable
- phpunit/phpunit: ^5.7
- dev-master
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.9.1
- dev-hrushikesh/add-semgrep-oss-workflow
- dev-hrushikeshdeshpande-updating-semgrep-yml
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-revert-49-add-priority-for-dns-creation
This package is auto-updated.
Last update: 2026-04-29 00:37:24 UTC
README
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:
- DNS Records
- DNS Analytics
- Zones
- User Administration (partial)
- Cloudflare IPs
- Page Rules
- Web Application Firewall (WAF)
- Virtual DNS Management
- Custom hostnames
- Manage TLS settings
- Zone Lockdown and User-Agent Block rules
- Organization Administration
- Railgun administration
- Keyless SSL
- Origin CA
- Crypto
- Load Balancers
- Firewall Settings
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.