Libraries tagged by array models
wowkaster/yii2-serialize-attributes
5141 Downloads
This behavior allows you to treat model attributes as arrays, and they are automatically serialized for insertion and unserialized upon select, as long as you use the active record find methods.
fantismic/yet-another-table
182 Downloads
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics. The data input is a collection/array, we cant handle models.
emargareten/eloquent-filters
1967 Downloads
Easily add filters to your eloquent models using simple arrays
igaster/laravel-model-options
718 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
yaro/presenter
7877 Downloads
Eloquent models or arrays presenter for Laravel 5
welshdev/doctrine-base-repository
58 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods
websvc/yii2-multiple-input
146 Downloads
Widget for handle multiple inputs for an attribute of Yii2 framework model
leolopez/encrypt
462 Downloads
Encrypts any field from a model, array or value.
hgato/php-crud-comparator
38 Downloads
Library to compare PHP model arrays
vishnu/fillable-generator
17 Downloads
Laravel package to generate fillable arrays for Eloquent models
mehdirajabi/filterable
10 Downloads
Filter eloquent model by array query strings
jlozanomaltos/json-reducer
49 Downloads
An array size reducer (for JSON output purposes) using Models, Collections, Arrays
drewlabs/validation
290 Downloads
Provides validation implementation using view model or array. It provides a wrapper arround laravel fluent validator factory class, but is attempt to be framework agnostic
dipenparmar12/exportable
48 Downloads
A Laravel package for hassle free generate CSV,JSON files from (Eloquent model,Collection Array)
rogerthomas84/dtoinflator
296 Downloads
DtoInflator is a library to inflate arrays or objects into their corresponding models.