phpsagas / common
Common classes used by saga participants
Installs: 30 045
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-06-11 17:16:39 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.