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
docs: update README and add CHANGELOG for 2.0.0 release
- Remove Travis CI badge (service shut down in 2021)
- Update title to drop PHP 7 reference
- Add PHP 8.1+ requirement section
- Add maintenance status note
- Fix API docs link to developers.cloudflare.com
- Remove dead Knowledge Base link
- Add CHANGELOG.md covering all 2.0.0 changes
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