Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated PHP readme #10

Merged
merged 1 commit into from Nov 18, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions php/README.md
Expand Up @@ -8,12 +8,17 @@ tutorials](http://www.rabbitmq.com/getstarted.html).

To run the examples you need a running RabbitMQ server.

Additionaly you need `PHP 5.3` and `php-amqplib`. To get these
Additionally you need `PHP 5.3` and `php-amqplib`. To get these
dependencies on Ubuntu type:

sudo apt-get install git-core php5-cli
git clone http://github.com/tnc/php-amqplib.git lib/php-amqplib
git clone http://github.com/videlalvaro/php-amqplib.git lib/php-amqplib

Since the tutorials are tested with `php-amqplib` v1.0 you might want to checkout the `v1.0` tag as well:

pushd lib/php-amqplib/
git checkout v1.0
popd

## Code

Expand Down