zohocrm / php-sdk-4.0
Zoho CRM API SDK for PHP
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: >=5.7
This package is auto-updated.
Last update: 2024-10-30 01:37:24 UTC
README
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 v4 of Zoho CRM. Check Versions for more details on the versions of SDK released for this API version.
License
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.
Latest Version
-
- User-specific fields meta class name conflicts resolved.
-
- Email related records API pagination Issue fixed.
- Handled next_index and prev_index field datatype.
- Email related records API pagination Issue fixed.
-
- Records APIs Issue fixed.
- Supported delete operation in multi-select lookup, multi-user lookup, image upload, and subform fields.
- Records APIs Issue fixed.
-
- PHP SDK support DateTimeZone type.
- PHP SDK DBStore, FileStore, and OAuthToken class Enhancement.
- Changed ShiftHour $timezone field type.
- Changed User $timezone field type.
- Update __Construct() function:
- DownloadAttachmentsOperations
- DownloadInlineImagesOperations
- PortalInviteOperations
- UserTypeUsersOperations
-
- PHP SDK support Unicode value.
-
-
PHP SDK upgraded to support v4 APIs.
-
Structural changes to aid the process of SDK configuration and initialization user-friendly.
-
Handled Token Persistence
-
Updated UserSignature from Mandatory to Optional(Moved to OAuthToken Class).
-
user_mail key in DBStore and FileStore is updated to user_name.
-
-
PHP SDK improved to support the following new APIs
- AssociateEmail
- Backup
- BusinessHours
- CancelMeetings
- DealContactRoles
- DownloadEmailAttachmnets
- DownloadInlineImagesofanEmail
- EmailSharing
- EmailRelatedrecords
- FieldMapDependency
- fromAddresses
- Holidays
- MassChangeOwner
- MassConvert
- MassDeleteCVID
- Portals
- PortalInvite
- ShiftHours
- UserGroups
- UserTerritories
- UserType
- UserTypeUsers
-
-
- Beta version of CRM v4 APIs.
For older versions, please refer.
Including the SDK in your project
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-4.0:5.0.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.