News Feed
Jobs Feed
Sections




News Archive
Henri Bergius' Blog:
Using Composer To Manage Dependencies In Heroku PHP Apps
May 08, 2012 @ 08:38:41

Henri Bergius has a new post to his blog showing you how to use the popular Composer package management tool to manage dependencies in Heroku applications.

While Heroku got its start from hosting Ruby on Rails applications, it nowadays supports many different environments in the Cedar stack. Node.js is what many use, but they also do support PHP. Dependency management is easy for Node.js applications as Heroku recognizes your package.json files and automatically installs the libraries needed via NPM.

Until now PHP developers haven't had this convenience, but as Composer is emerging as the default PHP package manager, I've now added support for it. Before the pull request gets accepted, Composer dependency handling can already be used by specifying my custom PHP buildpack when creating Heroku apps.

He shows you how to get it up and running with a sample application - creating the new git archive, creating the Heroku app with the custom backapack (and a "composer.json" file), setting up the main "index.php" file and push it all to Heroku. You can view his sample application here (a simple URL encoding form).

0 comments voice your opinion now!
heroku application composer manage dependency paas backpack


blog comments powered by Disqus

Similar Posts

Marcelo Gornstein's Blog: Writing PHP applications with Doctrine2 as ORM and Ding as DI container

Job Posting: StaffingForce (Recruiter) Seeks Senior Applications Engineer (Silicon Valley, CA)

Eric Hogue's Blog: Profiling a PHP Application

Chris Morrell's Blog: Introducing Zit, an object-oriented dependency injection container

Christopher Jones' Blog: Upgrade PHP with Oracle Application Server on Linux


Community Events











Don't see your event here?
Let us know!


application conference example testing opinion functional release language unittest introduction podcast phpunit series interview zendframework2 code framework development community tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework