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
Package info
github.com/dreamfactorysoftware/lib-php-common-platform
pkg:composer/dreamfactory/lib-php-common-platform
1.9.7
2015-08-27 14:23 UTC
Requires
- aws/aws-sdk-php: ~2.7.0
- dready92/php-on-couch: *
- dreamfactory/azure-sdk-for-php: dev-develop as dev-master
- dreamfactory/fabric-audit: ~1.0
- dreamfactory/javascript-sdk: ~1.0
- dreamfactory/lib-php-common: ~1.5.0
- dreamfactory/lib-php-common-yii: ~1.5.0
- dreamfactory/oasys: *
- dreamfactory/php-utils: ~1.0
- dreamfactory/yii: ~1.1.13.15
- jeremeamia/superclosure: *
- kisma/kisma: ~0.2
- pear-pear.php.net/http_request2: *
- pear-pear.php.net/mail_mime: *
- pear-pear.php.net/mail_mimedecode: *
- pear-pear.php.net/net_url2: *
- phpforce/soap-client: *
- rackspace/php-opencloud: ~1.5.0@stable
- swiftmailer/swiftmailer: ~4.3
Requires (Dev)
- phpunit/dbunit: @stable
- phpunit/php-invoker: @stable
- phpunit/phpunit: @stable
- phpunit/phpunit-selenium: @stable
- phpunit/phpunit-story: @stable
This package is auto-updated.
Last update: 2016-01-30 06:33:17 UTC
README
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