microdb icon indicating copy to clipboard operation
microdb copied to clipboard

MicroDB is a minimalistic file-based JSON object database written in PHP.

Build Status Coverage Status GitHub version

MicroDB

MicroDB is currently not maintained and highly experimental. See https://github.com/morris/microdb/issues/15 for details.

MicroDB is a minimalistic file-based JSON object database written in PHP.

http://morris.github.io/microdb

Features

  • Stores JSON objects as plain files
  • Arbitrary indices using custom key functions
  • Listen to database operations through events
  • Synchronize arbitrary operations
  • Make use of a subtree

Documentation

For documentation, examples and API, see the online documentation.


Requirements

  • PHP 5.4+

Installation

The composer package name is morris/microdb. You can also download or fork the repository.

License

MicroDB is licensed under the MIT License. See LICENSE.md for details.