The PHP SDK for Zoho CRM allows developers to easily create client PHP applications that can be integrated with Zoho CRM. This SDK serves as a wrapper for the REST APIs, making it easier to access and utilize the services of Zoho CRM. Authentication to access the CRM APIs is done through OAuth2.0, and the authentication process is streamlined through the use of the PHP SDK. The grant and access/refresh tokens are generated and managed within the SDK code, eliminating the need for manual handling during data synchronization between Zoho CRM and the client application.
This repository includes the PHP SDK for API v5 of Zoho CRM. Check Versions for more details on the versions of SDK released for this API version.
Copyright (c) 2021, ZOHO CORPORATION PRIVATE LIMITED
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
- Fixed an issue with the BulkWrite UploadFile API.
-
- Records API: Fix to support delete operation for multi-select lookup, multi-user lookup, image upload, and subform fields.
- Email-related records API: API pagination fix to handle next_index and prev_index field datatype.
- User-specific fields: Resolved conflicts in the metaclass names of user-specific fields.
-
-
PHP SDK upgraded to support v5 APIs.
-
PHP SDK improved to support the following new APIs
-
For older versions, please refer.
You can include the SDK to your project using Composer. For installing the latest version of PHP SDK, navigate to the workspace of your client app and run the following command.
composer require zohocrm/php-sdk-5.0:2.1.0
With this, the PHP SDK will be installed and a package named vendor will be created in the workspace of your client app.
For more details, kindly refer here. here.