earc/payload

eArc - the explicit architecture framework - basic payload blueprint

0.1.0 2019-02-01 20:27 UTC

This package is auto-updated.

Last update: 2025-03-29 00:41:37 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.