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

https://github.com/dreamfactorysoftware/fabric-api-common

DreamFactory Enterprise(tm) Common API Components Library
https://github.com/dreamfactorysoftware/fabric-api-common

Last synced: about 1 month ago
JSON representation

DreamFactory Enterprise(tm) Common API Components Library

Awesome Lists containing this project

README

          

### DreamFactory Enterprise(tm) Common API Components v1.0.x

[![Latest Stable Version](https://poser.pugx.org/dreamfactory/fabric-api-common/v/stable.svg)](https://packagist.org/packages/dreamfactory/fabric-api-common) [![Total Downloads](https://poser.pugx.org/dreamfactory/fabric-api-common/downloads.svg)](https://packagist.org/packages/dreamfactory/fabric-api-common) [![Latest Unstable Version](https://poser.pugx.org/dreamfactory/fabric-api-common/v/unstable.svg)](https://packagist.org/packages/dreamfactory/fabric-api-common) [![License](https://poser.pugx.org/dreamfactory/fabric-api-common/license.svg)](https://packagist.org/packages/dreamfactory/fabric-api-common)

This library contains common components for interacting with the DreamFactory Enterprise™ API.

## Installation

Add a line to your "require" section in your composer configuration:

"require": {
"dreamfactory/fabric-api-common": "~1.0"
}

Run a composer update:

$ composer update