moriony/trivial

Trivial data manipulators and converters

0.2.4 2015-11-16 08:31 UTC

This package is auto-updated.

Last update: 2023-02-25 15:57:20 UTC


README

Build Status Coverage Status Code Climate

Trivial data manipulators & converters.

Install via composer

Add in your composer.json the require entry for this library.

{
    "require": {
        "moriony/trivial": "*"
    }
}

and run composer install (or update) to download all files.