PHPackages                             daalvand/pubsub - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. daalvand/pubsub

ActiveLibrary[Caching](/categories/caching)

daalvand/pubsub
===============

A package for pub sub system

1.0.0(4y ago)01MITPHPPHP ^7.4|^8.0

Since Sep 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/daalvand/pub-sub)[ Packagist](https://packagist.org/packages/daalvand/pubsub)[ RSS](/packages/daalvand-pubsub/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

PUB SUB
=======

[](#pub-sub)

- This package used to publish and subscribe with Regis or Kafka

installation
============

[](#installation)

install package
---------------

[](#install-package)

run `composer require daalvand/pubsub`

### publish provider

[](#publish-provider)

#### Laravel

[](#laravel)

- `php artisan vendor:publish --provider="Daalvand\PubSub\PubSubServiceProvider"`

#### Lumen

[](#lumen)

- Add the service provider to `bootstrap/app.php` file:

```
