Libraries tagged by json storage
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.
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
addshore/jsonstorage-net
4 Downloads
Tidy package using Guzzle for interacting with jsonstorage.net
semperton/storage
2 Downloads
JSON Document Storage powered by SQLite.
dzunke/panaly-json-timeline-storage
33 Downloads
A Panaly plugin that implements a JSON Timeline Storage to handle a history of analyzer runs.
bluenest/blue-nest-json-file-storage
0 Downloads
Blue Nest json file storage helper library.
coongeek/json-document-storage
4 Downloads
fitdev-pro/json-db
23 Downloads
Simply implementation of data storage in json files
eyroot/lx-simple-storage
10 Downloads
Storage solution with JSON and PHP
webignition/web-resource-storage
871 Downloads
Local storage for a retrieved web resource
lazier/storage
3 Downloads
Lazier key-value store
flux-eco/storage
47 Downloads
Handling mysql databases with json based table schemas
andrey-tech/data-storage-php
16 Downloads
Простое хранилище данных в виде ключ-значение в JSON-файлах с разделяемой блокировкой на чтение и эксклюзивной блокировкой на запись
almhdy/json-shelter
11 Downloads
The **JsonShelter** class provides a simple, file-based JSON database solution. It allows for creating, reading, updating, and deleting records in structured JSON format. With an intuitive interface, it manages data storage in specified directories, ensuring seamless access to your data. Each record is uniquely identifiable, simplifying data manipulation and organization. Ideal for lightweight applications or prototyping, **JsonShelter** is easy to implement and maintain, making it a suitable choice for developers looking for a straightforward database solution.