Libraries tagged by json to model
davidhoeck/laravel-jsonmapper
79752 Downloads
Map JSON Responses to PHP Models
open-code-modeling/json-schema-to-php
970 Downloads
Parses JSON schema files and provides an API to easily generate code from JSON schema.
we-are-neopix/laravel-model-translation
409 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
mojopollo/laravel-json-schema
542 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
digitalmanagerguru/laravel-json-fields
428 Downloads
A package to work with database JSON fields with laravel eloquent Models.
timehunter/laravel-dto-generator
175 Downloads
A generator that creates PHP Data Transfer Object by array schema.
yonchando/laravel-cast-attributes
56 Downloads
Laravel model cast json columns to class object
php-xapi/serializer
65627 Downloads
transform Experience API model objects to JSON strings and vice versa
swisnl/jsonapi
933 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
pennebaker/craftcms-thearchitect
284 Downloads
CraftCMS plugin to generate content models from JSON data.
hitocean/laravel-generator
819 Downloads
it's a package to create actions and models form json
prowebcraft/yii2-model-params
430 Downloads
Add a flexible JSON object to any ActiveRecord model with easy dot-notation access
open-code-modeling/json-schema-to-php-ast
687 Downloads
Provides factories to create PhpParser node visitors from JSON schema e. g. value objects
adamquaile/json-object-mapper
56 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
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.