Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

File metadata and controls

21 lines (14 loc) · 515 Bytes

PHPacker Composer Installer

Composer vendor binaries do not natively support automatic binary selection based on platform and architecture.

This composer plugin automates installation & removal of platform specific executable created with PHPacker.

Usage

Install the plugin:

composer require phpacker/composer-installer

Then add the following to the extra section of your composer.json:

"extra": {
    "phpacker-install": "my-app",
}