Live data from Hacker News

Buildpacks: Heroku for Everything

blog.heroku.com

1–10 of 41 posts

Re: Buildpacks: Heroku for Everything

#2
I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it).

I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

Re: Buildpacks: Heroku for Everything

#3

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

There is, it's just not officially supported: https://github.com/heroku/heroku-buildpack-php . Github lists it as having 82 forks, so people are definitely playing around with this.

Re: Buildpacks: Heroku for Everything

#5
post #3

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

There is, it's just not officially supported: https://github.com/heroku/heroku-buildpack-php . Github lists it as having 82 forks, so people are definitely playing around with this.

Yep. You can even run Wordpress with our fork: https://github.com/Americastestkitchen/heroku-wordpress-php/

Re: Buildpacks: Heroku for Everything

#6

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

I was disappointed by Heroku's lack of PHP support while speccing a recent project.

Happy to see that there is "unofficial" support for it at the moment. Competition is a good thing!

Re: Buildpacks: Heroku for Everything

#7
post #5
post #3

Earlier quoted context omitted.

There is, it's just not officially supported: https://github.com/heroku/heroku-buildpack-php . Github lists it as having 82 forks, so people are definitely playing around with this.

Yep. You can even run Wordpress with our fork: https://github.com/Americastestkitchen/heroku-wordpress-php/

How do you deal with uploaded files/persistent storage?

Re: Buildpacks: Heroku for Everything

#8

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

I've heard good things about http://www.appfog.com/ who used to specialize in heroku-esque PHP deployments. Perhaps they'd be worth checking out.

Re: Buildpacks: Heroku for Everything

#9
post #3

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

There is, it's just not officially supported: https://github.com/heroku/heroku-buildpack-php . Github lists it as having 82 forks, so people are definitely playing around with this.

Surprised it's using mod_php instead of PHP-FPM

Re: Buildpacks: Heroku for Everything

#10
post #7
post #5

Earlier quoted context omitted.

Yep. You can even run Wordpress with our fork: https://github.com/Americastestkitchen/heroku-wordpress-php/

How do you deal with uploaded files/persistent storage?

S3. Ignore the scary warning, this plugin works great for us: http://wordpress.org/extend/plugins/tantan-s3/
Post reply on HN