cloudflare / cloudflare-php

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

Make addConfigurationOption public #170

Open dungahk opened 3 years ago

dungahk commented 3 years ago

This will allow users to easily add their own configuration when new configuration type has been added by Cloudflare without waiting for a release from the SDK.

Also, this is very useful if you are trying to import configuration from one zone to another as at the moment you would need to call each specific method even though most of them are of the same nature and could be bundled together using the same structure.