cloudflare-php icon indicating copy to clipboard operation
cloudflare-php copied to clipboard

PHP library for the Cloudflare v4 API

Results 97 cloudflare-php issues
Sort by recently updated
recently updated
newest added

Hello, ### Context As a [WordPress](https://wordpress.org/) ops, I use [Simply Static](https://wordpress.org/support/plugin/simply-static/) to deploy some html to CloudFlare Pages. WordPress allows to add password to pages, I copycat this feature with...

In `DNS.php`, the function `getRecordID` is declared with return type `string`, but returns false. Can we change this to either empty string, or throw and exception instead of having conflicting...

Feature request to make the Endpoints match how they handle not finding the ID requested. Throw appears to be the better pattern since the return type. Since previous was returning...

This package is no longer supported by Cloudflare, as per @ramsey's comment: "I spoke to someone at Cloudflare, and they said they don't intend to update this SDK. They advised...

I`m trying do a page rule redirection, but every time get a error "1004 - Page Rule validation failed: See messages for details" This is the example of code ```...

There are couple apis not covered by the sdk that are needed to use cloudflare as a secondary.

Adds function to the existing DNS class to allow the adding of a stream BIND file. Issue: https://github.com/cloudflare/cloudflare-php/issues/224

Added the filter endpoint. This way you can update firewall rules / filters

I want to manage [DNSSEC](https://api.cloudflare.com/#dnssec) from the SDK.