Download the PHP package becklyn/messaging without Composer
On this page you can find all versions of the php package becklyn/messaging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package messaging
messaging
becklyn/messaging provides technology independent abstractions for asynchronous messaging.
🚧 Currently only a Redis backend is available!
Installation
Getting started
Creating messages is done using a MessageBuilder. By default, there is a JSON Builder based on Symfony Serializer. Messages can be published using the Publisher:
Consuming messages is as simple as publishing them. For this task the library offers a Consumer. Together with a Worker, Messages can be processed on delivery:
All versions of messaging with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
predis/predis Version ^1.1
symfony/serializer Version ^5.4 || ^6.0
symfony/var-dumper Version ^5.4 || ^6.0
doctrine/orm Version ^2.10
predis/predis Version ^1.1
symfony/serializer Version ^5.4 || ^6.0
symfony/var-dumper Version ^5.4 || ^6.0
doctrine/orm Version ^2.10
The package becklyn/messaging contains the following files
Loading the files please wait ....