dreamfactory / lib-php-common-platform
DreamFactory Services Platform(tm) Components Library/SDK for PHP
Installs: 7 359
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 13
Forks: 5
Open Issues: 3
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
- dev-master
- dev-develop / 1.9.x-dev
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.8
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.14
- 1.7.13
- 1.7.12
- 1.7.11
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.12
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.2
- 1.1.1
- 1.1.0
- dev-feature/cache-work
- dev-feature/private-storage
- dev-feature/request-data-move
- dev-feature/script-engine
- dev-feature/sss-work
- dev-feature/event-improvements
- dev-feature/MNMAddComponents
- dev-feature/registration_fix
- dev-feature/cache-redo
- dev-feature/plugin-system
- dev-feature/dispatcher-changes
- dev-feature/event-data-changes
- dev-sse-prep
- dev-feature/sse-basics
- dev-feature/sse-merge
- dev-feature/plugin-service
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