An open API service indexing awesome lists of open source software.

https://github.com/cloudamqp/php-amqplib-example

How to connect to CloudAMQP from a PHP app
https://github.com/cloudamqp/php-amqplib-example

cloudamqp php rabbitmq

Last synced: about 1 month ago
JSON representation

How to connect to CloudAMQP from a PHP app

Awesome Lists containing this project

README

        

# Example PHP code for using RabbitMQ

## Getting started

* Clone the repo
* Install [Composer](https://getcomposer.org/download) if you don't already have it installed
* run `php composer.phar install`
* set url to CloudAMQP `export CLOUDAMQP_URL=amqp://....`
* run `php index.php`

## Deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)