phpacker/composer-installer

Install hooks to distribute your PHPacker cross-platform executables through composer

Installs: 359

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

0.3.5 2025-03-10 20:04 UTC

This package is auto-updated.

Last update: 2025-05-10 20:31:36 UTC


README

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",
}