phpservicebus / core
PHP Service Bus core library
Installs: 1 137
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^7.2,<7.5
- ext-amqp: >=1.7.0
- ext-json: *
- ext-mbstring: *
- acclimate/container: ~2
Requires (Dev)
- ext-pcntl: *
- ext-posix: *
- bossa/phpspec2-expect: 3.1.1
- empi89/php-amqp-stubs: dev-master
- friends-of-phpspec/phpspec-code-coverage: 4.3.2
- markup/rabbitmq-management-api: 2.1.4
- phpspec/phpspec: 6.1.1
- phpunit/phpunit: 8.5.2
This package is auto-updated.
Last update: 2024-12-23 04:18:05 UTC
README
PHPServiceBus is a messaging and workflow framework that helps create distributed systems that are scalable, reliable and easy to modify. It supports various messaging patterns and can provide abstraction over multiple queueing technologies. Out of the box it supports RabbitMQ.
PHPServiceBus is massively inspired from NServiceBus with a touch of MassTransit.
Install
Via Composer
$ composer require phpservicebus/core
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email alex.farcas@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.