Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (2) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-09 (4 days ago) | Not yet rated by the users | Total: 86 | All time: 9,955 This week: 375 |
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',
'mail@example.com',
'yourpassword'
);
?>
Get all persons with detailed information:
<?php
$user = $connection->GetPersonsDetailed();
?>
Files |
File | Role | Description |
---|---|---|
class.24sevenoffice.php | Class | Class source |
README.md | Doc. | Auxiliary data |
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.