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.
- Host: GitHub
- URL: https://github.com/dreamfactorysoftware/df-database
- Owner: dreamfactorysoftware
- License: apache-2.0
- Created: 2016-12-05T21:53:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T21:12:11.000Z (over 1 year ago)
- Last Synced: 2025-10-04T15:09:07.753Z (9 months ago)
- Language: PHP
- Size: 482 KB
- Stars: 4
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).