cloudflare icon indicating copy to clipboard operation
cloudflare copied to clipboard

CloudFlare API - PHP

Results 18 cloudflare issues
Sort by recently updated
recently updated
newest added

Cloudflare's free SSL takes time to issue. These two new functions enable you to detect when its ready and also to trigger Cloudflare to retry validation (like after name servers...

Cloudflare returns a better error description when responding with 401 (probably with 403 too). Let's use this description when available.

To ensure consistent code style

I know you're not maintaining this since the official Cloudflare API is available now, but we still use your project so I thought I'd report this. Recently we're starting to...

Is it correct that https://jamesryanbell.github.io/cloudflare/ is not in sync with the current master branch of https://jamesryanbell.github.io/cloudflare ? For example, documentation about "Zone\Cache" is missing... Is it an idea to include...

Would be good to implement ability to check the status of cloudflare's free ssl. The reason being that when you create a zone, the SSL may take some indeterminate amount...

https://api.cloudflare.com/#ssl-verification-get-ssl-verification

For the [settings endpoint](https://github.com/jamesryanbell/cloudflare/blob/master/src/CloudFlare/Zone/Settings.php) the following methods are typically available: - setting_name($zone_identifier) - change_setting_name($zone_identifier) This allows to create a command which takes a setting name as parameter can then use:...

I was curious if this library works with v4 of the API and it looks like it does. Seems worth clarifying that. I happened to notice that the readme.md uses...