An open API service indexing awesome lists of open source software.

https://github.com/hiqdev/reodb

Reusable objective database
https://github.com/hiqdev/reodb

hacktoberfest

Last synced: 6 months ago
JSON representation

Reusable objective database

Awesome Lists containing this project

README

          

# reODB

**Reusable Objective DataBase**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/reodb/v/stable)](https://packagist.org/packages/hiqdev/reodb)
[![Total Downloads](https://poser.pugx.org/hiqdev/reodb/downloads)](https://packagist.org/packages/hiqdev/reodb)
[![Build Status](https://img.shields.io/travis/hiqdev/reodb.svg)](https://travis-ci.org/hiqdev/reodb)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/reodb.svg)](https://scrutinizer-ci.com/g/hiqdev/reodb/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/reodb.svg)](https://scrutinizer-ci.com/g/hiqdev/reodb/)
[![GitHub version](https://badge.fury.io/gh/hiqdev%2Freodb.svg)](https://badge.fury.io/gh/hiqdev%2Freodb)

Reusable basis for database for objects.

Provides:

- reference tree `ref` with handy functions
- EAV (entity-attribute-value) `obj`, `prop`, `value`
- `status`
- `tag`
- `tie`

## Installation

The preferred way to install this project is through [composer](http://getcomposer.org/download/).

```sh
php composer.phar create-project "hiqdev/reodb:*" directory2install
```

## Usage

Sorry, no recipes for the moment.

Just use as examples.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2008-2018, HiQDev (http://hiqdev.com/)