Libraries tagged by json database
lucaciotti/laravel-json-seeder
266 Downloads
Create and use JSON files to seed your database in your Laravel applications
okipa/laravel-model-json-storage
1376 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.
mtrbean/mongo-json
159 Downloads
A helper library for serializing MongoDB types to JSON string
moussaclarke/planar
979 Downloads
Flat File Json Database
gaaarfild/laravel-conf
1010 Downloads
Store additional configs in JSON or Database (write, read)
triasrahman/jsonseeder
325 Downloads
Quick and efficient seeding database from JSON files for Laravel
qubus/nosql
36 Downloads
PHP JSON flat file Database Management System.
philwc/jsondb
153 Downloads
Database using json
samshal/scripd
57 Downloads
Easily transfer database structures as json documents, or via rest apis
mysql/schematic
726 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
seba/pantry
4 Downloads
SDK for getpantry.cloud
rtshome/pgbabylon
2513 Downloads
PDO class extension with helpers for special PostgreSQL types
johnwilson/jsondb
5 Downloads
JSON document db abstraction layer over MySQL
jamielsharief/document-store
282 Downloads
Document Store
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database