sigalx/php-daemonic-amqp

Simple and powerful tools to listen and process messages from AMQP queues with PHP daemonic library in your own PHP-application

dev-master 2019-12-08 11:57 UTC

This package is auto-updated.

Last update: 2025-06-09 00:06:21 UTC


README

The daemon for listen and processing AMQP messages in your own PHP-application.

Create your own long-running PHP daemon for listening AMQP queues by extending the AmqpListenerDaemon class.

Requires:

  • PHP 7.1 (due to using type hints)
  • AMQP broker (like RabbitMQ)

Example:

Just run in CLI:

./examples/father.php