Skip to content
/ pie Public
forked from php/pie

The PHP Installer for Extensions

License

Notifications You must be signed in to change notification settings

asgrim/pie

This branch is 20 commits behind php/pie:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 29, 2025
Mar 12, 2025
Mar 24, 2025
Mar 6, 2025
Mar 11, 2025
Mar 13, 2025
Mar 13, 2025
Oct 3, 2024
Mar 18, 2024
Nov 29, 2024
Sep 26, 2024
Dec 11, 2024
Dec 20, 2024
Sep 30, 2024
Feb 27, 2025
Feb 27, 2025
Oct 2, 2024
Feb 28, 2025
Feb 27, 2025

Repository files navigation

🥧 PIE (PHP Installer for Extensions)

Warning

PIE is still in early development. We welcome you to try this out, but please exercise caution when using PIE, as things may go wrong! If you do encounter issues, please do report an issue!

You will need PHP 8.1 or newer to run PIE, but PIE can install an extension to any installed PHP version.

If you are an extension maintainer wanting to add PIE support to your extension, please read extension-maintainers.

Installing PIE

Manual installation

Further installation details can be found in the usage docs. This documentation assumes you have moved pie.phar into your $PATH, e.g. /usr/local/bin/pie on non-Windows systems.

Extensions that support PIE

A list of extensions that support PIE can be found on https://packagist.org/extensions.

Installing an extension using PIE

You can install an extension using the install command. For example, to install the example_pie_extension extension, you would run:

$ pie install example/example-pie-extension
This command may need elevated privileges, and may prompt you for your password.
You are running PHP 8.3.10
Target PHP installation: 8.3.10 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.3)
Found package: example/example-pie-extension:1.0.1 which provides ext-example_pie_extension
phpize complete.
Configure complete.
Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/example-example-pie-extension-769f906/modules/example_pie_extension.so
Install complete: /usr/lib/php/20230831/example_pie_extension.so
You must now add "extension=example_pie_extension" to your php.ini
$

More documentation...

The full documentation for PIE can be found in usage docs.

About

The PHP Installer for Extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%