rabbitmq / rabbitmq-auth-backend-http

HTTP-based authorisation and authentication for RabbitMQ
Other
199 stars 72 forks source link

Add auth backend PHP example #66

Closed instabledesign closed 6 years ago

instabledesign commented 6 years ago

This example just depend on symftony/rabbitmq-auth-backend-http-php and monolog/monolog

The library need php>=5.3 but in this example you need php5.4 (only for the built-in dev server)

⚠️ I see an RabbitMQ error when i start the server on localhost. But working well with 127.0.0.1

pivotal-issuemaster commented 6 years ago

@instabledesign Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 6 years ago

@instabledesign Thank you for signing the Contributor License Agreement!

michaelklishin commented 6 years ago

Thank you!