2017 © Pedro Peláez
 

library yperapi-sdk-php

PHP SDK for yperapi

image

yper/yperapi-sdk-php

PHP SDK for yperapi

  • Wednesday, August 1, 2018
  • by yper
  • Repository
  • 2 Watchers
  • 0 Stars
  • 752 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 14 % Grown

The README.md

ypersdk

Install

With composer (fastest)

Install the latest version with :, (*1)

$ composer require yper/yperapi-sdk-php

In your code, include composer autoload :, (*2)

<?php

require "vendor/autoload.php";

With sources

Download the release you want from :, (*3)

https://github.com/yperteam/ypersdk-php/releases, (*4)

Copy the files to your project directory and include the following classes :, (*5)

require_once("<Your Path>/src/Request.php");
require_once("<Your Path>/src/Response.php");
require_once("<Your Path>/src/YperException.php");
require_once("<Your Path>/src/Api.php");
require_once("<Your Path>/src/Service/<SERVICE_TO_INCLUDE>.php");

Versioning

Please never include our SDK using the dev-master tag, (*6)

Always make sure to include a specific version of the SDK, (*7)

We're using semantic versionning, please take this in consideration, (*8)

More infos on : https://semver.org/, (*9)

The Versions

01/08 2018

dev-master

9999999-dev https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

20/11 2017

v2.0.0

2.0.0.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

13/09 2017

dev-feature/pro-book

dev-feature/pro-book https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

17/05 2017

v1.0.4

1.0.4.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

11/05 2017

v1.0.3

1.0.3.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

26/04 2017

v1.0.2

1.0.2.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

06/03 2017

v1.0.1

1.0.1.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi

02/03 2017

v1.0.0

1.0.0.0 https://github.com/yperteam/ypersdk-php

PHP SDK for yperapi

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

php yper yperapi