Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 623 Bytes

CventClient

A soap client for the Cvent Event Registration API

How to use

require('CventClient.class.php')
$cc = new CventClient();
$cc->Login($account, $username, $password);
$events = $cc->GetUpcomingEvents();
print_r($events);

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.