docplanner / docplanner-sdk
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 40
Forks: 0
pkg:composer/docplanner/docplanner-sdk
Requires
- php: >=5.4
- guzzle/guzzle: 3.3.1
- symfony/http-foundation: 2.3.*@dev
Conflicts
- guzzle/guzzle: >3.3.1
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);