priskz/payload

A simple way to encapsulate data and flag its state.

Installs: 141

Dependents: 10

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/priskz/payload

0.1.0 2019-10-18 22:36 UTC

This package is auto-updated.

Last update: 2025-09-19 12:03:21 UTC


README

Purpose

A simple way to encapsulate data and flag its state.

Install via Composer

Add the following to your "require" schema:

"require": {
     "priskz/payload": "~0.1.0"
}

Run composer install