• PHP
  • Installing PHP Extensions made easy with PIE

    PHP PIE
    PHP PIE

    #Install PHP Extensions using PIE

    The PHP Foundation has indeed introduced a new and more efficient way to install PHP extensions called PIE(PHP Installer for Extensions).

    Till now installing PHP extensions is done by PECL. As PECL has separate packages registry, it became hard to install extensions using PECL.

    With PIE, we can install extensions from Packagist, same like composer packages.

    With the introduction of PIE, all PHP project dependencies(packages and extensions) are under one roof and can be installed using composer.

    PHP Foundation are moving right direction by focusing on Developer Productivity by removing hurdles like this(installing PHP extensions).

    profile image of Gopibabu Srungavarapu

    Gopibabu Srungavarapu

    Gopibabu is a Product Engineer focusing on web application development. He enjoys exploring A.I, PHP, Javascript, Cloud, SQL and ensuring application stability through robust testing.

    More posts from Gopibabu Srungavarapu