Libraries tagged by json-storage
phptek/jsontext
21439 Downloads
JSON storage, querying and modification.
softinklab/laravel-keyvalue-storage
3853 Downloads
Key-Value Storage for Laravel using Database or JSON File
goldfinch/silverstripe-jsontext
1075 Downloads
JSON storage, querying and modification.
okipa/laravel-model-json-storage
1364 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.
amirhwsin/jstorage
43 Downloads
Light non-framework JSON-BASED storage.
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
132 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
81 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