heroku / heroku-buildpack-php

Heroku's buildpack for PHP applications.
https://devcenter.heroku.com/categories/php
MIT License
806 stars 1.59k forks source link

Support for Snowflake or ODBC? #363

Open drobert opened 4 years ago

drobert commented 4 years ago

We use the data warehouse Snowflake. To access it from PHP requires either general ODBC support or their own pdo_snowflake extension.

Is it possible to add support for any means of connecting to snowflake from within the heroku php buildpack?

boboldehampsink commented 3 years ago

General ODBC support can be added with the apt buildpack

morrislaptop commented 1 month ago

I've created a buildpack for the PDO driver at https://github.com/morrislaptop/heroku-php-snowflake-buildpack let me know if works for you!