PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Tor Morten Jensen   PHP 24SevenOffice API   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Auxiliary data
Class: PHP 24SevenOffice API
Manage company accounts with 24SevenOffice CRM API
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 355 bytes
 

Contents

Class file image Download

24SevenOffice

PHP Wrapper Class for the 24SevenOffice API.

Usage example:

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();
?>