dreamfactory/fabric-api-common

This package is abandoned and no longer maintained. No replacement package was suggested.

DreamFactory Enterprise(tm) Common API Components Library

dev-master 2015-01-29 21:34 UTC

This package is auto-updated.

Last update: 2023-12-06 22:37:53 UTC


README

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

Latest Stable Version Total Downloads Latest Unstable Version License

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