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