Libraries tagged by json database
lelemad/database-json-laravel
4 Downloads
Create and manage json databases with Laravel
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.
josh/json-database
10 Downloads
Json database management component
yuriy-sorokin/database-exporter-importer
24 Downloads
This package is used to export/import database data to/from different formats. Currently it supports only MySQL database and JSON export/import structure.
boadusamuel/search-nested-json-column
1 Downloads
Search Nested json column inside database with no case sensitivity
alesanchezr/json-orm
523 Downloads
PHP Engine for a simple JSON file based database.
void9main/php-json-db
4 Downloads
PHP USES native json as a simple database
darkterminal/gitlab-json-db
69 Downloads
A PHP Class that reads JSON file as a database. Use for sample DBs using Gitlab API inspire from donjajo/jsondb
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.
mhujer/json-simple-db
46 Downloads
Work with JSON file like with a simple database
walter-a-jablonowski/json-db
0 Downloads
Minimal JSON db that uses file sys folders and files
starker-xp/database-checker
42 Downloads
Get diff between actual schema and json configuration
serkansyalcin/database-backup-manager
9 Downloads
A Laravel package for managing database backups.
ronolo/json-store
13 Downloads
A lightweight JSON document store, which can be queried like a NoSQL database.
phpfacile/event-json
38 Downloads
This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.