cloudflare / cloudflare-php

PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621 stars 222 forks source link

Support for Workers KV Store #149

Open sshymko opened 3 years ago

sshymko commented 3 years ago

API endpoints of Workers, particularly the Workers KV store, are not presently covered by the SDK.

PHP backends should be able to read from and write to the Workers KV persistent key-value storage. Ideally, bulk writes should be also supported.

dumityty commented 3 years ago

I was looking for this as well and looks like there's already a PR open for it: https://github.com/cloudflare/cloudflare-php/pull/139

Seems to be in progress though it's got majority of the endpoints already implemented.