This repo maintains additional PHP extensions for the official PHP Heroku buildpack.
To use extensions provided by this repository, you only need to register it in your Heroku app:
$ heroku config:set HEROKU_PHP_PLATFORM_REPOSITORIES="https://incenteev-heroku-php-exts.s3.amazonaws.com/dist-cedar-14-stable"
You can now require the extension in your composer.json.
Here is the list of extensions supported in this repository:
- amqp
- sundown (only for PHP 5.x)
This repository is maintained by the Incenteev team.
Extensions will be added in it mainly based on the needs of Incenteev. However, community contributions are very welcome to add support for more extensions.