Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 822 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 822 Bytes

PHP extensions for Heroku

This repo maintains additional PHP extensions for the official PHP Heroku buildpack.

Usage

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.

Supported extensions

Here is the list of extensions supported in this repository:

  • amqp
  • sundown (only for PHP 5.x)

Maintenance

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.