phpsagas / common
Common classes used by saga participants
0.0.0
2021-06-01 21:46 UTC
Requires
- php: ^7.1 || ^8.0
- phpsagas/contracts: ^0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-04 20:59:45 UTC
README
Table Of Contents
Requirements
- php: >= 7.1
- phpsagas/contracts: ^0.0
About package
This component is the part of phpsagas framework.
The package contains default implementations of interfaces used by saga participants.
Installation
You can install the package using Composer:
composer require phpsagas/common
License
Saga common is released under the MIT license.