Pie – PHP Installer for Extensions

2 pointsposted 9 hours ago
by hronak

2 Comments

hronak

9 hours ago

PIE is the official installer for PHP extensions, which replaces PECL (which is now deprecated). PIE is distributed as a PHAR, just like Composer, and works in a similar way to Composer, but it installs PHP extensions (PHP Modules or Zend Extensions) to your PHP installation, rather than pulling PHP packages into your project or library.