PIE is a new installer for PHP extensions intended to eventually replace PECL. It is distributed as a PHAR, just like Composer, and works similarly to Composer. However, it installs PHP extensions (PHP Modules or Zend Extensions) to your PHP installation rather than pulling PHP packages into your project or library.
π Show Links