laravel-model-json-storage
by mjducharme
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.
laravel-model-json-storage
by okipa
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.
laravel-settings
by arcanedev
This package allows you to persists configs/settings for Laravel projects.
presentit-laravel
by dan-har
Transformers for nested Eloquent models and collection for building API with Laravel framework
laravel-doctrine-responder
by tttptd
A Laravel package for APIs, wrapping the Fractal library behind an elegant Laravel API.
steam-inventory-laravel
by braseidon
SteamInventory is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel.
laravel-api-exceptions
by dmavrin
All in one solution for exception for JSON REST APIs on Laravel and Lumen.
laravel-api-exceptions
by elsayed85
All in one solution for exception for JSON REST APIs on Laravel and Lumen.
laravel-api-exceptions
by lanin
All in one solution for exception for JSON REST APIs on Laravel and Lumen.
steam-item-prices-laravel
by gurzhii
This package uses the Steam API (requires dev key) to check prices for game items, like in Counter-Strike: Global Offensive. This is a Laravel 5 based package.
steam-inventory-laravel
by vasil7112
SteamInventory is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel.
laravel-api-response-builder
Helps building nice, normalized and easy to consume Laravel REST API.
laravel-model-json
Provides JSON column support for for Laravel's Eloquent Model.
laravel-json-schema
by mojopollo
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
steam-item-prices-laravel
by braseidon
This package uses the Steam API (requires dev key) to check prices for game items, like in Counter-Strike: Global Offensive. This is a Laravel 5 based package.
laravel-json-api
JSON API (jsonapi.org) support for Laravel applications.