Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kriskbx/mikado
- Owner: kriskbx
- License: mit
- Archived: true
- Created: 2015-08-26T11:06:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T11:27:02.000Z (almost 9 years ago)
- Last Synced: 2024-06-16T21:03:46.337Z (5 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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