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
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