dreamfactory/lib-php-common-platform

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

DreamFactory Services Platform(tm) Components Library/SDK for PHP

1.9.7 2015-08-27 14:23 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

This library contains common components for interacting with the DreamFactory Services Platform™.

It is, for all intents and purposes, the DreamFactory DSP SDK for SDK.

Please visit our wiki for platform and API documentation.

Installation

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

"require":           {
    "dreamfactory/lib-php-common-platform": "~1.9.0"
}

Run a composer update:

$ composer update