PHP Classes

PHP 24SevenOffice API: Manage company accounts with 24SevenOffice CRM API

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (2 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 87 This week: 1All time: 9,971 This week: 560Up
Version License PHP version Categories
php-24sevenoffice 1.0GNU General Publi...5.3PHP 5, Web services
Description 

Author

This class can manage company accounts with 24SevenOffice CRM API.

It can send SOAP HTTP request to 24SevenOffice API Web server to perform several types of operations with company and user accounts.

Currently it can Gets detailed information about people, get contact categories, make relations between a company and a person, get a person categories, update person accounts, adds a category to a person, update company accounts, and get detailed information about companies.

Picture of Tor Morten Jensen
Name: Tor Morten Jensen <contact>
Classes: 1 package by
Country: Norway Norway
Age: ???
All time rank: 442915 in Norway Norway
Week rank: 411 Up2 in Norway Norway Up

Documentation

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

  Files folder image Files  
File Role Description
Plain text file class.24sevenoffice.php Class Class source
Accessible without login Plain text file README.md Doc. Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:87
This week:1
All time:9,971
This week:560Up