2017 © Pedro Peláez
 

library php-sdk

Official Deflate PHP SDK

image

deflate/php-sdk

Official Deflate PHP SDK

  • Wednesday, February 1, 2017
  • by DaveMacaulay
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Deflate.io PHP SDK

With our official SDK you can easily enhance your PHP application with our easy to use SDK., (*1)

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:, (*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

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:, (*4)

git clone git@github.com:deflate/php-sdk.git deflate/

The Versions

01/02 2017

dev-master

9999999-dev

Official Deflate PHP SDK

  Sources   Download

MIT

The Requires

 

by Dave Macaulay