Skip to content

Commit c3f1015

Browse files
authored
Add information about PIE extensions (php#22613)
Adds information about PIE to the PHP extensions section of the readme, also indicating that PECL is now deprecated.
1 parent 93e2349 commit c3f1015

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ permissions.
130130
## PHP extensions
131131

132132
Extensions provide additional functionality on top of PHP. PHP consists of many
133-
essential bundled extensions. Additional extensions can be found in the PHP
134-
Extension Community Library - [PECL](https://pecl.php.net).
133+
essential bundled extensions. Additional extensions can be found on the
134+
[PIE Extensions](https://packagist.org/extensions) list, and installed with
135+
[🥧 PIE, the PHP Installer for Extensions](https://github.com/php/pie) or the
136+
deprecated PHP Extension Community Library - [PECL](https://pecl.php.net).
135137

136138
## Contributing
137139

0 commit comments

Comments
 (0)