Libraries tagged by json-storage
softinklab/laravel-keyvalue-storage
5187 Downloads
Key-Value Storage for Laravel using Database or JSON File
phptek/jsontext
22112 Downloads
JSON storage, querying and modification.
goldfinch/silverstripe-jsontext
1700 Downloads
JSON storage, querying and modification.
okipa/laravel-model-json-storage
1376 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.
xtlsoft/nondb
190 Downloads
A NoSQL Database Based On Json Storage.
firsttable/silverstripe-jsontext
28 Downloads
JSON storage, querying and modification.
mjducharme/laravel-model-json-storage
176 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.
darling/php-json-storage-utilities
146 Downloads
This library provides classes for storing and retrieving data that was encoded as json by a \Darling\PHPJsonUtilities\classes\encoded\data\Json instance.
commentar/json-storage
84 Downloads
This storage mechanism requires no database, but rather stores the data encoded in the JSON format on the filesystem.
cikaldev/php-json-storage
5 Downloads
Small library for doing CRUD on flat JSON file
amirhwsin/jstorage
50 Downloads
Light non-framework JSON-BASED storage.