PHP Classes

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

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 89 All time: 9,977 This week: 36Up
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: 443215 in Norway Norway
Week rank: 195 Up1 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',
	'[email protected]',
	'yourpassword'
);
?>

Get all persons with detailed information:

<?php
$user = $connection->GetPersonsDetailed();
?>

  Files folder image Files (2)  
File Role Description
Plain text file class.24sevenoffice.php Class Class source
Accessible without login Plain text file 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 Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:89
This week:0
All time:9,977
This week:36Up