Skip to content

Cloudxtreme/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));

About

PHP SDK for VolcanoCRM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%