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

https://github.com/cloudflare/cloudflare-php/blob/master/src/Adapter/Adapter.php#L26 ``` interface Adapter { /** * Adapter constructor. * * @param Auth $auth * @param string $baseURI */ public function __construct(Auth $auth, string $baseURI); ``` An interface should not...

This PR add support for all Cloudflare Logpush API endpoints.

This patch add two new methods for getting and updating the beta feature [Certificate Transparency Monitoring](https://developers.cloudflare.com/ssl/edge-certificates/additional-options/certificate-transparency-monitoring/) configuration. **Usage:** Enable: `$certificates->updateCertificateTransparencyMonitoring($zoneId, true, ['[email protected]','[email protected]']);` Disable: `$certificates->updateCertificateTransparencyMonitoring($zoneId, false);` Get existing configuration: `$certificates->getCertificateTransparencyMonitoring($zoneId);`

Please update guzzlehttp/guzzle to version 7. Thank you in advance.

As far as I know it should be possible to do it via API - can you add that feature?

Hi, I was searching for [Stream API](https://developers.cloudflare.com/stream) support in the library but did not found any. If there is already API method in the library for the Cloudflare Stream then...

I want a method to update accounts. Issue: #205

I want a method to update accounts.

I can now respond to invites to join an account, as per https://api.cloudflare.com/#user-s-invites-respond-to-invitation. Closes #200