dev-master
9999999-devOfficial Deflate PHP SDK
MIT
The Requires
- php >=5.5
- guzzlehttp/guzzle ^6.2
by Dave Macaulay
Wallogit.com
2017 © Pedro Peláez
Official Deflate PHP SDK
With our official SDK you can easily enhance your PHP application with our easy to use SDK., (*1)
If you're using Composer, you can simply add a dependency on deflate/php-sdk-deprecated to your project's composer.json file. Here's an example of a dependency on version 1.0.0:, (*2)
{
"require": {
"deflate/php-sdk": "^1.0"
}
}
Alternatively you can also execute the following command in your project's root directory:, (*3)
composer require deflate/php-sdk
If you already have git setup and want to use Deflate in subdirectory of your current project you can execute the following command:, (*4)
git clone git@github.com:deflate/php-sdk.git deflate/
Official Deflate PHP SDK
MIT