Libraries tagged by array models
wowkaster/yii2-serialize-attributes
5443 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
1064 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.
rogerthomas84/dtoinflator
531 Downloads
DtoInflator is a library to inflate arrays or objects into their corresponding models.
coder-at-heart/object-models
2017 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
somnambulist/attribute-model
3353 Downloads
Provides a base model that uses an internal array of attributes with type casting
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
websvc/yii2-multiple-input
250 Downloads
Widget for handle multiple inputs for an attribute of Yii2 framework model
romeo-denis/yii2-multiple-input
34 Downloads
Widget for handle multiple inputs for an attribute of Yii2 framework model
romm/configuration-object
29443 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
leolopez/encrypt
624 Downloads
Encrypts any field from a model, array or value.
rossriley/validation
18262 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
mehdirajabi/filterable
10 Downloads
Filter eloquent model by array query strings
jlozanomaltos/json-reducer
51 Downloads
An array size reducer (for JSON output purposes) using Models, Collections, Arrays
dipenparmar12/exportable
50 Downloads
A Laravel package for hassle free generate CSV,JSON files from (Eloquent model,Collection Array)
digitalhq/hydrator
1087 Downloads
Package for the mapping and hydrating laravel models from data arrays and collections