cloudflare / cloudflare-php

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

Add Support For Account Creation #186

Closed phily245 closed 3 years ago

phily245 commented 3 years ago

On the tenant API we have to create accounts as the first step in provisioning zones.

I would like to be able to programtically surface these through the SDK using the API endpoint at https://developers.cloudflare.com/tenant/tutorial/provisioning-resources#creating-an-account (which isn't documented on the Cloudflare API docs).

I'll raise a PR for this.