Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed May 8, 2012
1 parent 96b13c6 commit 8eacbd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
URLizer service
===============

This is a simple Heroku PHP app showcasing how to install [Composer packages](http://packagist.org/). It simply takes strings and converts them to clean URL names.

Creating such an app is easy. Simply set it to use the custom PHP buildpack until the changes are accepted into the official one:

$ heroku create -s cedar --buildpack https://github.com/bergie/heroku-buildpack-php.git urlizer-service

And then deploy:

$ git push heroku master

0 comments on commit 8eacbd5

Please sign in to comment.