kriskbx/mikado

This package is abandoned and no longer maintained. No replacement package was suggested.

Format, remap and filter Illuminate/Eloquent and other data

0.1.3 2015-12-20 11:26 UTC

This package is not auto-updated.

Last update: 2021-05-14 23:56:18 UTC


README

A library to format and filter arrays and objects based on a simple configuration. It's optimized for Eloquent and Corcel.

Getting started

Pull in the package with composer by adding the following to your composer.json and run composer install afterwards:

"require": {
    "kriskbx/mikado": "0.1.*"
},

Usage

Check out this article for detailed usage information.

License

MIT