Custom PHP Builds
PHPacker supports custom PHP builds with specific extensions through our
php-bin
repository.
To create a custom build:
- Fork the php-bin repository
- Modify php-extensions.txt ( supported extensions )
- Add your GitHub token in the forks' config
- Run the GitHub Workflows
- Tag a release
Use custom builds by specifying your repository:
phpacker build all --repository="your-org/php-bin"
phpacker build all --repository="your-org/php-bin"
Or from a config file:
{ "repository": "your-org/php-bin"}
{ "repository": "your-org/php-bin"}