phpacker

Custom PHP Builds

PHPacker supports custom PHP builds with specific extensions through our php-bin repository.

To create a custom build:

  1. Fork the php-bin repository
  2. Modify php-extensions.txt ( supported extensions )
  3. Add your GitHub token in the forks' config
  4. Run the GitHub Workflows
  5. Tag a release

Use custom builds by specifying your repository:

phpacker build all --repository="your-org/php-bin"

Or from a config file:

{
"repository": "your-org/php-bin"
}