2017 © Pedro Peláez
 

library planit-php-sdk

PHP SDK to access plan-it API

image

plan-it-app/planit-php-sdk

PHP SDK to access plan-it API

  • Monday, April 11, 2016
  • by davidmeirlevy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

planit-php-sdk

Usage

Add plan-it-app/planit-php-sdk as a dependency in your project's composer.json file:, (*1)

{
    "require": {
        "plan-it-app/planit-php-sdk": "^1.0"
    }
}

Create new instance:

use Planit\API;

$x = new \Planit\API(TOKEN, [
    'ignoreSSL' => false, // default
    'cookies_jar' => true // default is true, can set a new \GuzzleHttp\Cookie\CookieJar if you want
]);

The Versions

11/04 2016

dev-master

9999999-dev

PHP SDK to access plan-it API

  Sources   Download

MIT

The Requires

 

11/04 2016

0.0.6

0.0.6.0

PHP SDK to access plan-it API

  Sources   Download

MIT

The Requires

 

10/03 2016

0.0.5

0.0.5.0

PHP SDK to access plan-it API

  Sources   Download

MIT

The Requires

 

09/03 2016

0.0.4

0.0.4.0

PHP SDK to access plan-it API

  Sources   Download

MIT

The Requires