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
Installs: 270
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sigalx/php-daemonic-amqp
Requires
- ext-amqp: *
- sigalx/php-amqpio: dev-master
- sigalx/php-daemonic: dev-master
This package is auto-updated.
Last update: 2025-12-09 01:12:59 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