2017 © Pedro Peláez
 

library zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

image

cristianpontes/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  • Thursday, May 31, 2018
  • by cristianpontes
  • Repository
  • 7 Watchers
  • 33 Stars
  • 15,945 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 8 Open issues
  • 13 Versions
  • 43 % Grown

The README.md

[Deprecated] Zoho CRM Client for PHP

This project is no longer maintained and has been deprecated in favor of the official Zoho PHP SDK.
For more information, please visit Zoho's official documentation, (*1)


No Maintenance Intended

Build Status Latest Stable Version License
Provides a clean readable PHP API to the Zoho Rest API.
This project was initially cloned from this repository and improved with: + New methods + More features + Friendly documentation, (*2)

Prerequisites

  • PHP 5.4 or above
  • CURL

Easy Installation

To install with Composer, simply require the latest version of this package., (*3)

composer require cristianpontes/zoho-crm-client-php

Make sure that the autoload file from Composer is loaded., (*4)

// somewhere early in your project's loading, require the Composer autoloader
// see: http://getcomposer.org/doc/00-intro.md
require 'vendor/autoload.php';

Usage Sample

use CristianPontes\ZohoCRMClient\ZohoCRMClient;

$client = new ZohoCRMClient('Leads', 'yourAuthToken');

$records = $client->getRecords()
    ->selectColumns('First Name', 'Last Name', 'Email')
    ->sortBy('Last Name')->sortAsc()
    ->since(date_create('last week'))
    ->request();

// Just for debug
echo "

";
print_r($records);
echo "
";

Available Methods

  • getRecords
  • insertRecords
  • updateRecords
  • deleteRecords
  • getDeletedRecordIds
  • getRelatedRecords
  • getRecordById
  • searchRecords
  • getSearchRecordsByPDC
  • uploadFile
  • downloadFile
  • deleteFile
  • getFields
  • convertLead
  • updateRelatedRecords

Documentation

All the methods previously mentioned are well explained in the library documentation page.
Also, the code is well documented too, so you'll be able to look at the methods, functions and check how they work., (*5)

The Versions

31/05 2018

dev-master

9999999-dev https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

31/05 2018

1.7

1.7.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

31/05 2018

dev-cristianpontes-patch-1

dev-cristianpontes-patch-1 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

31/05 2018

dev-fixing-kriswallsmith/buzz-version

dev-fixing-kriswallsmith/buzz-version https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

17/08 2017

1.6.1

1.6.1.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

14/08 2017

1.6

1.6.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

19/06 2017

1.5

1.5.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

13/03 2017

1.4

1.4.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

06/03 2017

1.3

1.3.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

24/02 2017

1.2

1.2.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

23/10 2016

1.1

1.1.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

19/08 2016

1.0.1

1.0.1.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho

08/08 2016

1.0.0

1.0.0.0 https://cristianpontes.github.io/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christiaan Baartse
by Cristian Pontes

api rest sdk client crm zoho