phpacker / composer-installer
Install hooks to distribute your PHPacker cross-platform executables through composer
Package info
github.com/phpacker/composer-installer
Type:composer-plugin
pkg:composer/phpacker/composer-installer
0.3.5
2025-03-10 20:04 UTC
Requires
- composer-plugin-api: ^2.2.2
- composer-runtime-api: ^2.2.2
- symfony/finder: ^7.2
Requires (Dev)
- composer/composer: ^2.2.2
- laravel/pint: ^1.21
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", }