Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-service-bus/service-bus
PHP Service Bus (publish-subscribe pattern) implementation
https://github.com/php-service-bus/service-bus
amphp async command-bus event-sourcing messaging publish-subscribe
Last synced: 3 months ago
JSON representation
PHP Service Bus (publish-subscribe pattern) implementation
- Host: GitHub
- URL: https://github.com/php-service-bus/service-bus
- Owner: php-service-bus
- License: mit
- Created: 2017-08-28T17:11:45.000Z (about 7 years ago)
- Default Branch: v5.1
- Last Pushed: 2022-04-06T00:13:41.000Z (over 2 years ago)
- Last Synced: 2024-04-13T22:06:38.941Z (7 months ago)
- Topics: amphp, async, command-bus, event-sourcing, messaging, publish-subscribe
- Language: PHP
- Homepage:
- Size: 2.77 MB
- Stars: 347
- Watchers: 23
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Packagist](https://img.shields.io/packagist/v/php-service-bus/service-bus.svg)](https://packagist.org/packages/php-service-bus/service-bus)
[![Packagist](https://img.shields.io/packagist/dt/php-service-bus/service-bus.svg)](https://packagist.org/packages/php-service-bus/service-bus)
![Continuous Integration](https://github.com/php-service-bus/service-bus/workflows/Continuous%20Integration/badge.svg)
[![codecov](https://codecov.io/gh/php-service-bus/service-bus/branch/v5.1/graph/badge.svg?token=0bKwdiuo0S)](https://codecov.io/gh/php-service-bus/service-bus)
[![Shepherd](https://shepherd.dev/github/php-service-bus/service-bus/coverage.svg)](https://shepherd.dev/github/php-service-bus/service-bus)
[![Latest Stable Version](https://poser.pugx.org/php-service-bus/service-bus/v/stable)](https://packagist.org/packages/php-service-bus/service-bus)
[![License](https://poser.pugx.org/php-service-bus/service-bus/license)](https://packagist.org/packages/php-service-bus/service-bus)
[![Financial Contributors on Open Collective](https://opencollective.com/php-service-bus/all/badge.svg?label=financial+contributors)](https://opencollective.com/php-service-bus)### Introduction
A concurrency (based on [Amp](https://github.com/amphp)) framework, that lets you implement an asynchronous messaging, a transparent workflow and control of long-lived business transactions by means of the Saga pattern. It implements the [message based architecture](https://www.enterpriseintegrationpatterns.com/patterns/messaging/Messaging.html) and it includes the following patterns: Saga, Publish\Subscribe, Message Bus.### Main Features
- Сooperative multitasking
- Asynchronous messaging (Publish\Subscribe pattern implementation)
- Event-driven architecture
- Distribution (messages can be handled by different applications)
- Subscribers can be implemented on any programming language
- [High performance](https://github.com/php-service-bus/performance-comparison)
- Orchestration of long-lived business transactions (for example, a checkout) with the help of Saga Pattern
- Full history of aggregate changes (EventSourcing)### See it in action
Jump into our [Quick Start](.documentation/quick_start.md) and build your first distributed solution in just 15 minutes.### Documentation
Documentation can be found in the `.documentation` directory
* [Installation](.documentation/installation.md)
### Requirements
- PHP >=8.1
- RabbitMQ/Redis/Nsq
- PostgreSQLContributions are welcome! Please read [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
### Communication Channels
You can find help and discussion in the following places:
* [Telegram chat (RU)](https://t.me/php_service_bus)
* [Twitter](https://twitter.com/PhpBus)
* Create issue [https://github.com/php-service-bus/service-bus/issues](https://github.com/php-service-bus/service-bus/issues)## Contributing
Contributions are welcome! Please read [CONTRIBUTING](.github/CONTRIBUTING.md) for details.### License
The MIT License (MIT). Please see [LICENSE](./LICENSE.md) for more information.