morris/microdb

This package is abandoned and no longer maintained. No replacement package was suggested.

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

0.1.1 2016-08-27 12:12 UTC

This package is auto-updated.

Last update: 2022-02-01 12:35:42 UTC


README

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.