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: 2024-04-19 09:02:11 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