Skip to content

cloudamqp/php-amqplib-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example PHP code for using RabbitMQ

Getting started

  • Clone the repo
  • Install Composer 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