Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 436 Bytes

File metadata and controls

18 lines (13 loc) · 436 Bytes

Better performance with Composer

Composer is de-facto standard package manager for PHP. To get better performance when installing PHP packages, use the lightning fast prestissimo plugin.

Install the plugin globally:

composer require hirak/prestissimo

And as usual, use Composer to get a performance boost of ~10x because of parallel installations:

composer install