https://github.com/hiqdev/reodb
Reusable objective database
https://github.com/hiqdev/reodb
hacktoberfest
Last synced: 6 months ago
JSON representation
Reusable objective database
- Host: GitHub
- URL: https://github.com/hiqdev/reodb
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-10-14T07:27:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T09:42:47.000Z (over 1 year ago)
- Last Synced: 2025-02-19T10:32:42.759Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PLpgSQL
- Size: 246 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# reODB
**Reusable Objective DataBase**
[](https://packagist.org/packages/hiqdev/reodb)
[](https://packagist.org/packages/hiqdev/reodb)
[](https://travis-ci.org/hiqdev/reodb)
[](https://scrutinizer-ci.com/g/hiqdev/reodb/)
[](https://scrutinizer-ci.com/g/hiqdev/reodb/)
[](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/)