Skip to content

gcanivet/php-cvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

A PHP soap client for the Cvent Event Registration API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages