PHPackages                             cristianpontes/zoho-crm-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. cristianpontes/zoho-crm-client-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cristianpontes/zoho-crm-client-php
==================================

Provides a clean readable PHP API to the Zoho Rest API

1.7(8y ago)5354.2k19MITPHPPHP &gt;=5.3.3

Since Aug 8Pushed 6y ago6 watchersCompare

[ Source](https://github.com/cristianpontes/zoho-crm-client-php)[ Packagist](https://packagist.org/packages/cristianpontes/zoho-crm-client-php)[ Docs](https://cristianpontes.github.io/zoho-crm-client-php)[ RSS](/packages/cristianpontes-zoho-crm-client-php/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (3)Versions (11)Used By (0)

\[Deprecated\] Zoho CRM Client for PHP
======================================

[](#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](https://www.zoho.com/crm/developer/docs/server-side-sdks/php.html)
 [![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#this-project-is-no-longer-maintained-and-has-been-deprecated-in-favor-of-the-official-zoho-php-sdk-for-more-information-please-visit-zohos-official-documentation-)

[![Build Status](https://camo.githubusercontent.com/c925af4c4b3a41294f4e4546cb7b7c7a79f11fcf3defe37cb9108b263b9465e4/68747470733a2f2f7472617669732d63692e6f72672f637269737469616e706f6e7465732f7a6f686f2d63726d2d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cristianpontes/zoho-crm-client-php)[![Latest Stable Version](https://camo.githubusercontent.com/16fe4069cad637862e9766102ec02ef34f2152920b372e302a4da565e26d365e/68747470733a2f2f706f7365722e707567782e6f72672f637269737469616e706f6e7465732f7a6f686f2d63726d2d636c69656e742d7068702f762f737461626c65)](https://packagist.org/packages/cristianpontes/zoho-crm-client-php)[![License](https://camo.githubusercontent.com/ecb419448e8a3bdf7dc81ebe9db5ad9058ea9dfdb1b234fb73ce13b7415d3d15/68747470733a2f2f706f7365722e707567782e6f72672f637269737469616e706f6e7465732f7a6f686f2d63726d2d636c69656e742d7068702f6c6963656e7365)](https://packagist.org/packages/cristianpontes/zoho-crm-client-php)
Provides a clean readable PHP API to the [Zoho Rest API](https://www.zoho.com/crm/help/api/).
This project was initially cloned from [this repository](https://github.com/christiaan/zohocrmclient) and improved with:

- New methods
- More features
- Friendly documentation

Prerequisites
-------------

[](#prerequisites)

- PHP 5.4 or above
- [CURL](http://php.net/manual/en/book.curl.php)

Easy Installation
-----------------

[](#easy-installation)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require cristianpontes/zoho-crm-client-php
```

Make sure that the autoload file from Composer is loaded.

```
// 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
------------

[](#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
-----------------

[](#available-methods)

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

Documentation
-------------

[](#documentation)

All the methods previously mentioned are well explained in the [library documentation page](https://cristianpontes.github.io/zoho-crm-client-php/).
Also, the code is well documented too, so you'll be able to look at the methods, functions and check how they work.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 88.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~73 days

Recently: every ~110 days

Total

10

Last Release

2951d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10966598?v=4)[Cristian Pontes](/maintainers/cristianpontes)[@cristianpontes](https://github.com/cristianpontes)

---

Top Contributors

[![cristianpontes](https://avatars.githubusercontent.com/u/10966598?v=4)](https://github.com/cristianpontes "cristianpontes (15 commits)")[![filnko](https://avatars.githubusercontent.com/u/539046?v=4)](https://github.com/filnko "filnko (1 commits)")[![pikulsky](https://avatars.githubusercontent.com/u/475660?v=4)](https://github.com/pikulsky "pikulsky (1 commits)")

---

Tags

deprecatedapiclientsdkrestcrmZoho

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cristianpontes-zoho-crm-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/cristianpontes-zoho-crm-client-php/health.svg)](https://phpackages.com/packages/cristianpontes-zoho-crm-client-php)
```

###  Alternatives

[api-platform/metadata

API Resource-oriented metadata attributes and factories

244.5M182](/packages/api-platform-metadata)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10139.4k5](/packages/bitrix24-b24phpsdk)[artesaos/laravel-linkedin

Linkedin API integration for Laravel and Lumen 5

5666.5k](/packages/artesaos-laravel-linkedin)[repat/plentymarkets-rest-client

REST Client for Plentymarkets

1310.4k](/packages/repat-plentymarkets-rest-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
