Diving Into PHP and BlueMix
This past week I have been working on writing an app in PHP and getting it deployed on BlueMix. The first thing I did before I started was take a look at the buildpacks that were available. Last week I made the mistake of picking one without trying it first and wasted a huge amount of time trying to figure out what was wrong with my app when it ended up being a problem with the buildpack. This time I decided I would put in a little effort into seeing which ones worked first. Browsing the Cloud Foundry community builpacks page I found three PHP buildpacks to choose from. I created a very simple PHP app and tried all three, they all worked with the simple app so I just had to pick one. I ended up choosing this one for a couple of reasons.