Pie – PHP Installer for Extensions

(github.com)

2 points | by hronak 7 hours ago ago

2 comments

  • hronak 7 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.

  • threerouter 7 hours ago

    [dead]