Libraries tagged by json-storage
softinklab/laravel-keyvalue-storage
4659 Downloads
Key-Value Storage for Laravel using Database or JSON File
phptek/jsontext
21935 Downloads
JSON storage, querying and modification.
goldfinch/silverstripe-jsontext
1419 Downloads
JSON storage, querying and modification.
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.
xtlsoft/nondb
190 Downloads
A NoSQL Database Based On Json Storage.
mjducharme/laravel-model-json-storage
175 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
138 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
83 Downloads
This storage mechanism requires no database, but rather stores the data encoded in the JSON format on the filesystem.
cikaldev/php-json-storage
3 Downloads
Small library for doing CRUD on flat JSON file
amirhwsin/jstorage
50 Downloads
Light non-framework JSON-BASED storage.