priskz/payload

A simple way to encapsulate data and flag its state.

0.1.0 2019-10-18 22:36 UTC

This package is auto-updated.

Last update: 2025-06-19 11:30:30 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