From 0fa9215e6b29feed9cfacb71d40151a0197186c0 Mon Sep 17 00:00:00 2001 From: Phil Young Date: Thu, 15 Jun 2023 10:30:30 +0100 Subject: [PATCH] Mark the package as abandoned This package is no longer supported by Cloudflare, as per @ramsey's comment: "I spoke to someone at Cloudflare, and they said they don't intend to update this SDK. They advised against using it and indicated that their current view of SDKs is that they don't provide a level of value that is equal to the amount of effort it takes to maintain them. They are focusing on making the APIs as easy as possible to use directly, and their recommendation is to use the APIs directly." (https://github.com/cloudflare/cloudflare-php/issues/235#issuecomment-1423010678) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 81112ad0..edf775a2 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "cloudflare/sdk", "description": "PHP binding for v4 of the Cloudflare Client API.", "type": "library", + "abandoned": true, "require": { "guzzlehttp/guzzle": "^7.0.1", "php": ">=7.2.5",