Join The Community Sign Up For Club Zenatta

Article Read Time:

< 1 Min

Search
Search
Stay Connected

PHP SDK

This guide by Zoho shows how to create a PHP application for yourself or clients that can be integrated with Zoho CRM. PHP code is used to create executable actions for websites. In this case, an application is created to offer a dynamic solution to your web page.

PHP SDK offers a way to create client PHP applications that can be integrated with Zoho CRM. This SDK makes the access and use of necessary CRM APIs with ease. In other words, it serves as a wrapper for the REST APIs, making it easier to use the services of Zoho CRM.
A point to note would be that the developer of the client application should create programming code elements along with configuration-related properties files, interface implementations, instances or objects. Authentication to access Zoho CRM APIs is through Oauth authentication mechanism. Invariably, HTTP requests and responses are taken care by SDK.

Here is the table of contents for this PHP SDK guide:

  • Overview
    • Environmental Setup
    • Using the SDK
  • Register your application
  • Installation
    • Install Composer
    • Install PHP SDK
  • Configuration
    • Properties file
    • Configuration Array
  • Initialization
    • Generating self-authorized grant and refresh token
    • Generating access token
    • App Startup
  • Class Hierarchy
    • Instance Objects
    • Accessing record properties
  • Responses & Exceptions
    • Check Exceptions
  • Sample Codes
    • Rest Client Operations
    • Organization Operations
    • Module Operations
    • Record Operations

Not finding what you are looking for in regards to Zoho CRM? Drop us a line and we would be happy to see what we can do to fill that gap!

For more guides on Zoho CRM Click Here.

Are you looking to give Zoho CRM a try? Here is a free trial to see if it is a fit for your business.

Billy Bates

Senior Web Developer

Billy is a Wordpress Developer with an eye for design. His knowledge will help our company website and client sites meet their goals. Billy and his young family have just moved to Ashland Oregon, and are looking forward to exploring the area’s amazing beer, wine, and food. He also has a passion for synthesizers and drum machines.

Lucas Sant'Anna

Consultant

With a background in Operations Research and Data Analysis, Lucas is a Brazilian programmer that likes to get stuff done quickly and reliably. In previous jobs, he implemented industrial job scheduling, fleet management and detailed long-haul route optimization – among other data-driven processes – to reach objectives of increased profit and reduced wasted resources. His goal is to make Zoho fully automated and with more meaningful data for spot-on decisions.

.

.