Libraries tagged by json-storage
softinklab/laravel-keyvalue-storage
11558 Downloads
Key-Value Storage for Laravel using Database or JSON File
phptek/jsontext
22249 Downloads
JSON storage, querying and modification.
xtlsoft/nondb
193 Downloads
A NoSQL Database Based On Json Storage.
goldfinch/silverstripe-jsontext
2558 Downloads
JSON storage, querying and modification.
okipa/laravel-model-json-storage
1378 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.
firsttable/silverstripe-jsontext
59 Downloads
JSON storage, querying and modification.
mjducharme/laravel-model-json-storage
179 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
233 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
z77/kernel
43 Downloads
Z77 Kernel – boot (Core), platform (Shared) and data storage (Persistence) as one foundation package for all Z77 modules.
amirhwsin/jstorage
62 Downloads
Light non-framework JSON-BASED storage.
andydefer/laravel-task
1295 Downloads
A lightweight, file-based task system for Laravel with async execution, recurring tasks, and JSONL storage