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

https://github.com/dreamfactorysoftware/df-database

Database services core for DreamFactory platform.
https://github.com/dreamfactorysoftware/df-database

Last synced: 5 months ago
JSON representation

Database services core for DreamFactory platform.

Awesome Lists containing this project

README

          

## DreamFactory Database

> **Note:** This repository contains the database code of the DreamFactory platform. If you want the full DreamFactory platform, visit the main [DreamFactory repository](https://github.com/dreamfactorysoftware/dreamfactory).

## Documentation

Documentation for the platform can be found on the [DreamFactory wiki](http://wiki.dreamfactory.com).

## Installation

For more information, see the [full platform repository](https://github.com/dreamfactorysoftware/dreamfactory).

Edit your project’s composer.json to require the following package.

“require”:{
"dreamfactory/df-database": "~0.9.0"
}

## Feedback and Contributions

* Feedback is welcome in the form of pull requests and/or issues.
* Contributions should generally follow the strategy outlined in ["Contributing to a project"](https://help.github.com/articles/fork-a-repo#contributing-to-a-project)
* All pull requests must be in a ["git flow"](https://github.com/nvie/gitflow) feature branch and formatted as [PSR-2 compliant](http://www.php-fig.org/psr/psr-2/) to be considered.

### License

The DreamFactory core is open-sourced software available for use under the [Apache Version 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).