Download the PHP package maksimovic/service-bus without Composer
On this page you can find all versions of the php package maksimovic/service-bus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maksimovic/service-bus
More information about maksimovic/service-bus
Files in maksimovic/service-bus
Download maksimovic/service-bus
More information about maksimovic/service-bus
Files in maksimovic/service-bus
Vendor maksimovic
Package service-bus
Short Description PHP Enterprise Service Bus Implementation supporting CQRS and DDD
License BSD-3-Clause
Homepage http://getprooph.org/
Package service-bus
Short Description PHP Enterprise Service Bus Implementation supporting CQRS and DDD
License BSD-3-Clause
Homepage http://getprooph.org/
Please rate this library. Is it a good library?
Informations about the package service-bus
Prooph Service Bus
Fork of prooph/service-bus — maintained for PHP 8.1–8.5 compatibility.
PHP lightweight message bus supporting CQRS and micro services.
Installation
Requires PHP 8.1 or later.
Fork rationale
The upstream package was last released in 2021 and is no longer maintained. This fork:
- Bumps minimum PHP to 8.1
- Fixes implicit nullable type deprecations (PHP 8.4+)
- Upgrades PHPUnit to
^10.5with schema migration - Migrates tests from
phpspec/prophecyto native PHPUnit mocks - Upgrades
react/promiseto^3.3(Promise→PromiseInterface,done()removal) - Replaces Travis CI with GitHub Actions (PHP 8.1–8.5 matrix)
Behavior is otherwise unchanged.
Messaging API
prooph/service-bus is a lightweight messaging facade. It allows you to define the API of your model with the help of messages:
- Command messages describe actions your model can handle.
- Event messages describe things that happened while your model handled a command.
- Query messages describe available information that can be fetched from your (read) model.
Quick Start
Documentation
See the original documentation at prooph/service-bus.
License
Released under the BSD-3-Clause License.
All versions of service-bus with dependencies
PHP Build Version
Package Version
The package maksimovic/service-bus contains the following files
Loading the files please wait ...