From 843064052411694192cfd9f96d97b6fe358f2fe1 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Mon, 6 Jul 2026 08:21:24 +0100 Subject: [PATCH] Add information about PIE extensions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4e0534ede2..d83203d74c0b 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,10 @@ permissions. ## PHP extensions Extensions provide additional functionality on top of PHP. PHP consists of many -essential bundled extensions. Additional extensions can be found in the PHP -Extension Community Library - [PECL](https://pecl.php.net). +essential bundled extensions. Additional extensions can be found on the +[PIE Extensions](https://packagist.org/extensions) list, and installed with +[🥧 PIE, the PHP Installer for Extensions](https://github.com/php/pie) or the +deprecated PHP Extension Community Library - [PECL](https://pecl.php.net). ## Contributing