PHP Client for Cloudflare API
A simple Object Oriented PHP Client for Cloudflare API. This package provides convenient access to the Cloudflare REST API using PHP.
- PHP >= 8.0
- Minimal API around the Guzzle HTTP client
- Light and fast thanks to lazy loading of API classes
- Extensively documented
- Laravel >= 9 support see Laravel Usage
Bash
$composer require sergkeim/php-cloudflare-api
Click to copy