dreamfactory / fabric-api-common
DreamFactory Enterprise(tm) Common API Components Library
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 1
Open Issues: 1
pkg:composer/dreamfactory/fabric-api-common
Requires
- dreamfactory/php-utils: ~1.0
- psr/log: ~1.0
Requires (Dev)
- laravel/laravel: 4.2.*
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2023-12-06 22:37:53 UTC
README
DreamFactory Enterprise(tm) Common API Components v1.0.x
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