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

Hi, i am missing support for SRV records Add & Update

Please add php8 support.

Could you add lists support? https://developers.cloudflare.com/firewall/api/cf-lists/endpoints

There's a bug in Configurations/LoadBalancer.php lines 43 and 48. Should say 'fallback_pool' instead of 'fallback_pools'.

Users can be invited to accounts and respond to these invitations. I would like to be able to programtically respond to these invitations through the SDK using the API endpoint...

How we can update the status of ip_geolocation of a zone of Cloudflare.

Currently it is impossible to set an IPv6 address to an AccessRule from the API. This pull will add a new method `setIPv6` to match `setIP` which only supports IPv4....

This will allow users to easily add their own configuration when new configuration type has been added by Cloudflare without waiting for a release from the SDK. Also, this is...