morris / microdb
MicroDB is a minimalistic file-based JSON object database written in PHP.
Installs: 1 879
Dependents: 0
Suggesters: 0
Security: 0
Stars: 74
Watchers: 13
Forks: 21
Open Issues: 3
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpcov: 2.*
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~1.0
This package is auto-updated.
Last update: 2022-02-01 12:35:42 UTC
README
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.