PHPackages                             souktel/message-broker - 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. souktel/message-broker

ActiveLibrary

souktel/message-broker
======================

Manage Message Broker communication

2.1.1(6y ago)07231MITPHPPHP ^7.1.3

Since Nov 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mbassoumi/message-broker)[ Packagist](https://packagist.org/packages/souktel/message-broker)[ RSS](/packages/souktel-message-broker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (23)Used By (1)

[![http://souktel.com/](https://camo.githubusercontent.com/137df4abbf0ee1550643885ea832515dd8a5b5f38910648bc58aa819c34500c8/687474703a2f2f7777772e736f756b74656c2e636f6d2f6361636865645f75706c6f6164732f6669742f3335302f3233332f64656661756c742d696d6167652e706e67)](https://camo.githubusercontent.com/137df4abbf0ee1550643885ea832515dd8a5b5f38910648bc58aa819c34500c8/687474703a2f2f7777772e736f756b74656c2e636f6d2f6361636865645f75706c6f6164732f6669742f3335302f3233332f64656661756c742d696d6167652e706e67)

About Souktel
=============

[](#about-souktel)

- **Website:** ***[souktel.com](http://www.souktel.com/).***
- **LinkedIn:** ***[Souktel](https://www.linkedin.com/company/souktel).***
- **Facebook:** ***[Souktel Digital Solutions](https://www.facebook.com/souktel).***
- **Twitter:** ***[Souktel](https://twitter.com/Souktel).***

About The Project
=================

[](#about-the-project)

implementation of Message Broker to support communication between microservices through messages

Installation
============

[](#installation)

```
 composer require souktel/message-broker

```

In Laravel:

- publish config and migrations files from vendor

```
php artisan vendor:publish --provider="Souktel\MessageBroker\SouktelMessageBrokerServiceProvider"
```

In Lumen:

- copy config file from vendor
- copy migration files from vendor

configuration
=============

[](#configuration)

in config file

variabledescriptionenable(boolean) if false then MessageBroker will be fake instancedatabaseif enable = true, all published messages will be stored in database. you can change tables name before run migration command.logif enable = true, there will be some output logs through channel name in config filesettingsMessage Broker settings

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

22

Last Release

2302d ago

Major Versions

V1.0.10 → V2.0.02019-11-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec48eff4fecf37d8b2b0cb99325c5fcce9a0300ce2976796ae5e3ee137dd7c56?d=identicon)[mbassoumi](/maintainers/mbassoumi)

### Embed Badge

![Health badge](/badges/souktel-message-broker/health.svg)

```
[![Health](https://phpackages.com/badges/souktel-message-broker/health.svg)](https://phpackages.com/packages/souktel-message-broker)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
