---
title: "PIE (PHP Installer for Extensions)"
url: https://daily.dev/posts/pie-php-installer-for-extensions--zgin6zhf2
source_url: https://laravel-news.com/pie
type: article
source: "Laravel News"
published: 2024-11-28T13:10:42.657Z
updated: 2026-03-15T03:53:39.132Z
tags: ["devtools", "php", "webdev"]
reading_time: 2
upvotes: 33
comments: 3
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.

# PIE (PHP Installer for Extensions)

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 33 upvotes · 3 comments

## Summary

PIE (PHP Installer for Extensions) simplifies managing PHP extensions by providing a modern, flexible alternative to PECL. Extensions can be distributed via Packagist and installed using a familiar Composer-like process. The project is in active development with a stable pre-release available. Developers can install extensions with a simple command and extension authors can make their extensions compatible by adding a composer.json file.

## Full article

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

## Community discussion

Top comments from developers on daily.dev.

**@arzola** · 0 upvotes

> This is great PEAR and PECL sucks

**@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
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

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

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