Libraries tagged by json models
okipa/laravel-model-json-storage
1375 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
jlozanomaltos/json-reducer
51 Downloads
An array size reducer (for JSON output purposes) using Models, Collections, Arrays
denismitr/laravel-json-attributes
266 Downloads
Laravel Json Attributes for Eloquent Models
peroks/model-store
36 Downloads
Model Store: Permanent data store for models.
peroks/model
64 Downloads
Models: Classes with built-in data validation
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
adamquaile/json-object-mapper
58 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
serafim/gist
164 Downloads
Model json serialize filters for Laravel 4
yonchando/laravel-cast-attributes
75 Downloads
Laravel model cast json columns to class object
soukicz/mcp
9 Downloads
PHP implementation of Model Context Protocol (MCP) server with PSR-7 support
rexlabs/laravel-smokescreen
417 Downloads
erikgall/transformer
306 Downloads
Laravel model transformers with relationships for API based applications.
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
fae/schema
1902 Downloads
Schema management tool for json defined models
pratikkuikel/wasabi
103 Downloads
Laravel Json column keys to model attributes