Skip to content

sc0rp10/AdobeConnect-php-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Adobe Connect 8 API client

Overview

Simply PHP-client.

Requirements

###Usage All methods are throwable and you should wrap API-calls to try-catch blocks

$client = new AdobeConnectClient();
$acc->createUser('user@domain.tld', 'p4s$w0rD', 'Firstname', 'Lastname');
$acc->getUserByEmail('user@domain.tld', true);
$folder_id = $acc->createFolder('test folder', 'api_test_folder');
$meeting_id = $acc->createMeeting(
	$folder_id, 
	'test meeting', 
	'2012-11-04T09:00', 
	'2012-11-04T11:00', 
	'api_test'
);
$acc->inviteUserToMeeting($meeting_id, 'sc0rp10@yandex.kz');

###Contacts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages