phpsagas / common
Common classes used by saga participants
Installs: 29 832
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^7.1 || ^8.0
- phpsagas/contracts: ^0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-05-28 17:07:59 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.