2017 © Pedro Peláez
 

library sift-php-sdk

A PHP wrapper around Sift API

image

easilydo/sift-php-sdk

A PHP wrapper around Sift API

  • Friday, August 5, 2016
  • by production@easilydo.com
  • Repository
  • 32 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

Sift PHP SDK

A PHP wrapper around Sift API. Supports PHP versions >5.4 and >7.0., (*1)

Installation

composer require easilydo/sift-php-sdk, (*2)

Usage

POST /v1/users, (*3)

$siftApi = new Easilydo\SiftApi('api_key', 'api_secret');

try {
  $response = $sift->addUser('en_US', 'testuser');
} catch(Easilydo\Exceptions\SiftRequestException $e) {
  echo 'SiftApi returned an error: ' . $e->getMessage();
}

Tests

Ensure all dependencies are installed by running php composer.phar install, or composer install if you have composer installed globally., (*4)

bin/phpspec run runs all tests., (*5)

Documentation

Documentation for the SDK can be found here., (*6)

Changelog

Changelog can be found here., (*7)

The Versions

05/08 2016

dev-master

9999999-dev

A PHP wrapper around Sift API

  Sources   Download

MIT

The Requires

 

The Development Requires

05/08 2016

v1.0.0

1.0.0.0

A PHP wrapper around Sift API

  Sources   Download

MIT

The Requires

 

The Development Requires