kriskbx / mikado
Format, remap and filter Illuminate/Eloquent and other data
Installs: 2 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- illuminate/contracts: ^5.1
- illuminate/database: ^5.1
Requires (Dev)
- fabpot/php-cs-fixer: ^1.10
- illuminate/http: ^5.1
- jgrossi/corcel: dev-master
- phpspec/phpspec: ^2.2
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