Prerequisites
Criteria
Name
PIE (PHP Installer for Extensions)
Description
PIE is a new installer for PHP extensions, intended to eventually replace PECL. It 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.
Homepage
https://github.com/php/pie
Download Link(s)
https://github.com/php/pie/releases
Some Indication of Popularity/Repute
As stated on the xdebug installation page, is currently the easiest way to install extensions on windows, since PECL is a nightmare. Makes installing xdebug/imagick a breeze.
Instructions on installing it on windows can be found here.
Prerequisites
Criteria
Name
PIE (PHP Installer for Extensions)
Description
PIE is a new installer for PHP extensions, intended to eventually replace PECL. It 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.
Homepage
https://github.com/php/pie
Download Link(s)
https://github.com/php/pie/releases
Some Indication of Popularity/Repute
As stated on the xdebug installation page, is currently the easiest way to install extensions on windows, since PECL is a nightmare. Makes installing xdebug/imagick a breeze.
Instructions on installing it on windows can be found here.