2 pointsby hronak6 hours ago2 comments
  • hronak6 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.
  • threerouter6 hours ago
    [dead]