---
title: "php/pie: The PHP Installer for Extensions"
url: https://daily.dev/posts/php-pie-the-php-installer-for-extensions-3ewcd08y1
source_url: https://github.com/php/pie
type: article
source: "Community Picks"
published: 2024-11-21T14:31:27.976Z
updated: 2024-12-12T07:29:56.090Z
tags: ["webdev", "tools", "php"]
reading_time: 1
upvotes: 65
comments: 6
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# php/pie: The PHP Installer for Extensions

**[Community Picks](https://daily.dev/sources/community)** · 1 min read · 65 upvotes · 6 comments

## Summary

PIE is a PHP installer for extensions that requires PHP 8.1 or newer but can install extensions for any PHP version. Extension maintainers are encouraged to add PIE support to their extensions. Users must download and validate pie.phar and can invoke PIE with PHP commands. Installation and usage details, supported extensions list, and further documentation are available in the usage docs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.com/php/pie>

## Community discussion

Top comments from developers on daily.dev.

**@jamiecarl** · 9 upvotes

> Why?  How does this improve upon PECL and why should we use it instead?

**@markshust** · 4 upvotes

> What's the purpose of this module, and why should we use it?

**@silvioney** · 0 upvotes

> What is the difference to https://github.com/mlocati/docker-php-extension-installer?

**@vladutteodor18** · 0 upvotes

> just a few extensions available… Also… many of them are already available just with a command “apt-get install phpV-EXT”

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#tools](https://daily.dev/tags/tools), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/php-pie-the-php-installer-for-extensions-3ewcd08y1)
