Zoho CRM API v2 - PHP SDK - Concept issues

Zoho CRM API v2 - PHP SDK - Concept issues

We have decided to migrate our PHP application from Zoho CRM API v1 to v2, using the official Zoho CRM SDK.

I have seen multiple core problems :

- Config file should NOT be in the vendor file. Those file have a chance of being overwritten during a "composer update". We should have a "config_file_path" parameter when initiating the client.

- Zoho asked for the database used to store the tokens to be named "zohooauth". This might be a problem for some shared hosting where databases often have a prefix (ex.: mydomain_zohoauth). We should be able to specify a database name. It seems to have been done correctly in the C# SDK.

- Last but not least, the file "zohocrm/php-sdk/src/com/zoho/oauth/common/OAuthLogger.php" (on line 6) reads and write in a log file located in the composer's vendor folder. I had to change the folder's permission in order to make this works, and it should not write into the vendor directory at all. Once again, we should have a log path.

      • Sticky Posts

      • Kaizen #222 - Client Script Support for Notes Related List

        Hello everyone! Welcome to another week of Kaizen. The final Kaizen post of the year 2025 is here! With the new Client Script support for the Notes Related List, you can validate, enrich, and manage notes across modules. In this post, we’ll explore how
      • Kaizen #217 - Actions APIs : Tasks

        Welcome to another week of Kaizen! In last week's post we discussed Email Notifications APIs which act as the link between your Workflow automations and you. We have discussed how Zylker Cloud Services uses Email Notifications API in their custom dashboard.
      • Kaizen #216 - Actions APIs : Email Notifications

        Welcome to another week of Kaizen! For the last three weeks, we have been discussing Zylker's workflows. We successfully updated a dormant workflow, built a new one from the ground up and more. But our work is not finished—these automated processes are
      • Kaizen #152 - Client Script Support for the new Canvas Record Forms

        Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved
      • Kaizen #142: How to Navigate to Another Page in Zoho CRM using Client Script

        Hello everyone! Welcome back to another exciting Kaizen post. In this post, let us see how you can you navigate to different Pages using Client Script. In this Kaizen post, Need to Navigate to different Pages Client Script ZDKs related to navigation A.