You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommended way to install this package is via the Packagist Dependency Manager ([cloudflare/sdk](https://packagist.org/packages/cloudflare/sdk)).
14
+
Install via Composer ([cloudflare/sdk](https://packagist.org/packages/cloudflare/sdk)):
8
15
9
16
```
10
17
composer require cloudflare/sdk
11
18
```
12
19
13
-
You can get specific usage examples on the Cloudflare Knowledge Base under: [Cloudflare PHP API Binding](https://support.cloudflare.com/hc/en-us/articles/115001661191)
14
-
15
20
## Cloudflare API version 4
16
21
17
-
The Cloudflare API can be found [here](https://api.cloudflare.com/).
22
+
The Cloudflare API can be found [here](https://developers.cloudflare.com/api/).
18
23
Each API call is provided via a similarly named function within various classes in the **Cloudflare\API\Endpoints** namespace:
0 commit comments