deflate / php-sdk
Official Deflate PHP SDK
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/deflate/php-sdk
Requires
- php: >=5.5
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2025-12-21 03:06:37 UTC
README
With our official SDK you can easily enhance your PHP application with our easy to use SDK.
Installation
Composer
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:
{
"require": {
"deflate/php-sdk": "^1.0"
}
}
Alternatively you can also execute the following command in your project's root directory:
composer require deflate/php-sdk
Using Git
If you already have git setup and want to use Deflate in subdirectory of your current project you can execute the following command:
git clone git@github.com:deflate/php-sdk.git deflate/