| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-07-09 (Less than 1 hour ago)  | Not enough user ratings | Total: 89 | All time:  9,977 This week: 36  | |||||
| Version | License | PHP version | Categories | |||
| php-24sevenoffice 1.0 | GNU General Publi... | 5.3 | PHP 5, Web services | 
| Description | Author | ||||||||||||||||||||||
| This class can manage company accounts with 24SevenOffice CRM API. | 
 | ||||||||||||||||||||||
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();
?>
|  Files (2) | 
| File | Role | Description | 
|---|---|---|
|  class.24sevenoffice.php | Class | Class source | 
|    README.md | Doc. | Auxiliary data | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.