PHP Wrapper Class for the 24SevenOffice API.
Create a connection
<?php $connection = new Main_24SevenOffice( '00000000-0000-0000-0000-000000000000', '[email protected]', 'yourpassword' ); ?>
Get all persons with detailed information:
<?php $user = $connection->GetPersonsDetailed(); ?>
info at phpclasses dot org