earc/payload

eArc - the explicit architecture framework - basic payload blueprint

Maintainers

Package info

github.com/Koudela/eArc-payload

pkg:composer/earc/payload

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2019-02-01 20:27 UTC

This package is auto-updated.

Last update: 2026-03-01 00:26:51 UTC


README

Basic payload carrier blueprint.

installation

$ composer install earc/payload

basic usage

use eArc\Payload\PayloadCarrier;

$carrier = new PayloadCarrier();

Please refer to the PayloadCarrierInterface for details.

If you want to add the payload carrier functionality to a existing class use the eArc\Payload\Trait\PayloadCarrierTrait.