A soap client for the Cvent Event Registration API
require('CventClient.class.php')
$cc = new CventClient();
$cc->Login($account, $username, $password);
$events = $cc->GetUpcomingEvents();
print_r($events);
This work is licensed under a Creative Commons Attribution 3.0 Unported License.