Libraries tagged by array models
artelogic/mongodb-relations
82 Downloads
A MongoDB relations for Laravel (Moloquent)
anekdotes/staticmodel
404 Downloads
Abstract class used to create static Model classes. These classes have their data initiated in themselves. Allows Model operations to be used to a certain extent.
hgato/php-crud-comparator
45 Downloads
Library to compare PHP model arrays
vishnu/fillable-generator
31 Downloads
Laravel package to generate fillable arrays for Eloquent models
sinmiloluwa/laravel-dto-mapper
37 Downloads
Elegant, type-safe DTO mapping for Laravel models and arrays.
latinosoft/validation
9 Downloads
Data validation library (Siriusphp/Validation updated fork). 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
ezermeno/fmxpluck
19 Downloads
Package for concatenate some columns in descriptions of array directly from model in eloquent laravel
mekhtievrs/laravel-hydrator
13 Downloads
Package for the mapping and hydrating laravel models from data arrays and collections
ghebby/laravel-hfm
13 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.
stephangroen/propel-laravel
44 Downloads
Make Propel models work with Laravel Form::model() without making it an array
rogerthomas84/dtoinflator
689 Downloads
DtoInflator is a library to inflate arrays or objects into their corresponding models.
chrisabey84/laravel-cached-options-list
305 Downloads
A simple package that allows you to cache all rows on a relationship model for use in select arrays on forms
emidia/yii2-jsonify
543 Downloads
Behavior that convert array to JSON before save data in model
brandonkerr/eloquent-from-settings
10 Downloads
Easily generate eloquent models and relationships from JSON or array
tiagosampaio/tmdb-api-php
7 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.