Skip to content

volcano/volcano-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volcano-sdk-php

PHP SDK for VolcanoCRM

Purpose

The attempt here is to make a simple to use PHP SDK for @volcano.

Example

\VolcanoSDK\Service::baseUrl('https://volcano');
\VolcanoSDK\Service::apiKey('notMyRealKey');

var_dump(\VolcanoSDK\Service::getService('Seller')->get(1));
var_dump(\VolcanoSDK\Service::getService('Seller')->listContacts(1));
var_dump(\VolcanoSDK\Service::getService('Seller')->getContact(1, 1));

Releases

No releases published

Packages

No packages published

Languages