Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 390 Bytes

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