Download the PHP package daalvand/pubsub without Composer
On this page you can find all versions of the php package daalvand/pubsub. 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 pubsub
PUB SUB
- This package used to publish and subscribe with Regis or Kafka
installation
install package
run composer require daalvand/pubsub
publish provider
Laravel
php artisan vendor:publish --provider="Daalvand\PubSub\PubSubServiceProvider"
Lumen
- Add the service provider to
bootstrap/app.php
file:
Copy the config files from /vendor/daalvand/pubsub/src/config
to config
directory. Then configure it in /bootstrap/app.php
file:
USAGE
Publisher
Subscriber
NOTE
Notice that the real channel name is like below:
{microservice_name}_{channel_name}_{environment}
All versions of pubsub with dependencies
PHP Build Version
Package Version
The package daalvand/pubsub contains the following files
Loading the files please wait ....