Cloudflare PHP SDK roadmap / maintained

Hi all,

I have actively been using the Cloudflare PHP SDK for the last 3 years for maintaining a larger enterprise subscription with hundreds of zones for one of our clients.

When working with the SDK and API am I now and then discovering endpoints not supported by the SDK. I always invest work time in adding the missing methods / endpoints (e.g. LogPush, Certificate Transparency Monitoring etc.), add unit tests and submit pull requests, but it looks like no one is actively maintaining the PHP SDK it self nor maintaining the issue or pull request queues. For example is the unit tests failing on PHP 7.4 and the SDK is not supported on PHP 8.

Any one with insights about the PHP SDK? Is it a dead fish or what is the plan?

Best regards,
Jens

There are some large updates coming to the API, schemas, and associated SDKs soon. The PHP SDK definitely isn’t dead, so I’d be on the lookout for some announcements in the next little while.

1 Like

Well, here we are in January 2023 and the SDK still wasn’t updated since 2021.

1 Like

same from February 2024 sigh

Cloudflare dropped PHP SDK support (Based on some comments on twitter).

So I’ve decided to create something myself: GitHub - SergkeiM/php-cloudflare-api: A simple PHP CloudFlare API client.

No release yet, though