earc/payload

eArc - the explicit architecture framework - basic payload blueprint

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/earc/payload

0.1.0 2019-02-01 20:27 UTC

This package is auto-updated.

Last update: 2025-10-29 02:36:18 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.