From 20333e5e6257d61ecac9b1c1c9bff141832a1f57 Mon Sep 17 00:00:00 2001 From: Suleiman Latrsh Date: Tue, 25 Aug 2026 11:09:33 -0400 Subject: [PATCH 1/2] Deprecate in favor of shopify/shopify-app-php Mark this package abandoned (Composer 'abandoned' flag pointing to shopify/shopify-app-php) and update the README notice to a clear deprecation. The new package supports the latest Shopify platform features. Assisted-By: devx/76ce673e-0c1d-4481-a139-0485281bc265 --- README.md | 3 ++- composer.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fe23bb..25ad9bdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -**Note:** We've released a new experimental package for PHP. Please read [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). The new PHP package supports the latest Shopify platform features and we'd love your feedback. Please see [shopify-app-php](https://packagist.org/packages/shopify/shopify-app-php) to get started. +> [!WARNING] +> **This package is deprecated and no longer maintained.** Use [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php) instead. It supports the latest Shopify platform features. For background, see [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). # Shopify API Library for PHP diff --git a/composer.json b/composer.json index 6308149e..b2c61430 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Shopify API Library for PHP", "license": "MIT", "type": "library", + "abandoned": "shopify/shopify-app-php", "keywords": [ "shopify", "node", From e972cf450ca65c868095e1794558ecf17f7324a4 Mon Sep 17 00:00:00 2001 From: Suleiman Latrsh Date: Tue, 25 Aug 2026 11:55:09 -0400 Subject: [PATCH 2/2] Address review: add CHANGELOG entry, clarify maintenance + migration - CHANGELOG: note the deprecation under Unreleased. - README: state that the package keeps working but gets no new features/security fixes, and link the migration guide. Assisted-By: devx/76ce673e-0c1d-4481-a139-0485281bc265 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479b7c9e..8b1d4647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +- [Deprecated] This package is deprecated in favor of [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php), which supports the latest Shopify platform features. It is now marked abandoned via the Composer `abandoned` flag. It will keep working for existing users, but no new features or security fixes are planned. See the [shopify-app-php README](https://github.com/Shopify/shopify-app-php#readme) to upgrade. ## v6.1.1 - 2026-03-02 - [#456](https://github.com/Shopify/shopify-api-php/pull/456) [Patch] Update firebase/php-jwt to ^7.0 to address security vulnerability (GHSA-2x45-7fc3-mxwq) diff --git a/README.md b/README.md index 25ad9bdd..61600084 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!WARNING] -> **This package is deprecated and no longer maintained.** Use [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php) instead. It supports the latest Shopify platform features. For background, see [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). +> **This package is deprecated and no longer maintained.** Use [`shopify/shopify-app-php`](https://packagist.org/packages/shopify/shopify-app-php) instead, which supports the latest Shopify platform features. It will keep working for existing users, but no new features or security fixes are planned. See the [`shopify-app-php` README](https://github.com/Shopify/shopify-app-php#readme) to upgrade. For background, see [rethinking our support for PHP & Python packages](https://community.shopify.dev/t/rethinking-support-for-php-python-packages/28325). # Shopify API Library for PHP