phpacker/composer-installer

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

Maintainers

Package info

github.com/phpacker/composer-installer

Type:composer-plugin

pkg:composer/phpacker/composer-installer

Statistics

Installs: 971

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.5 2025-03-10 20:04 UTC

This package is auto-updated.

Last update: 2026-03-10 22:13:34 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",
}