Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kriskbx/mikado

A library to format and filter arrays and objects based on a simple configuration. It's optimized for Eloquent and Corcel.
https://github.com/kriskbx/mikado

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# mikado [![Tips](https://img.shields.io/gratipay/kriskbx.svg)](https://www.gittip.com/kriskbx/) [![Travis](https://img.shields.io/travis/kriskbx/mikado.svg)](https://travis-ci.org/kriskbx/mikado) [![Packagist](https://img.shields.io/packagist/dt/kriskbx/mikado.svg)](https://packagist.org/packages/kriskbx/mikado)

> A library to format and filter arrays and objects based on a simple configuration. It's optimized for [Eloquent](https://github.com/illuminate/database) and [Corcel](https://github.com/jgrossi/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](http://kris.cool/2015/08/building-wordpress-apis-with-laravel-lumen) for detailed usage information.

## License

MIT