docplanner/docplanner-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.1.2) of this package.

v0.1.2 2014-06-27 12:04 UTC

This package is not auto-updated.

Last update: 2023-08-05 06:47:39 UTC


README

#DocPlannerSDK (deprecated, new api: http://znanylekarz.github.io/integrations-api-docs/)

##Requirements

  • PHP >= 5.4
  • Guzzle/guzzle >= 3.3
  • Guzzle/plugin-oauth >= 3.3
  • Symfony/http-foundation >= 2.3

##Namespace

\DocPlanner\SDK\

##Example

$dp = new \DocPlanner\SDK\DocPlannerSDK('ConsumerKey', 'ConsumerSecret');

$result = $dp->doctor()->categories();
var_dump($result);