Skip to content

Releases: zoho/zohocrm-php-sdk

3.1.0

13 May 06:45
c4e1cbb
Compare
Choose a tag to compare

Supported External ID

3.0.3

16 Apr 05:25
36f62cb
Compare
Choose a tag to compare

Fixed oauth expiry_time error, which occurred in some PHP versions.

3.0.2

02 Mar 16:20
5684317
Compare
Choose a tag to compare
  • Supported Carry-over tags
  • Supported connection timeout
  • Followed PSR4 Standards

3.0.1

06 Jan 09:25
c34d8a9
Compare
Choose a tag to compare
  • Supported multiple extensions in file download operations.
  • Handled different field types.
  • Supported SSL verification toggle.

3.0.0 Public Release

13 Nov 03:59
50340e4
Compare
Choose a tag to compare

Version 3 is a new major version of the SDK that represents a significant effort to improve the capabilities of the SDK, incorporate customer feedback, upgrade our dependencies, improve performance, and adopt the latest PHP standards.
The basic usage pattern of the SDK has changed from Version 2 to Version 3. Refer to the samples
The SDK is highly structured to ensure easy access to all the components.

  • Each CRM entity is represented by a package, and each package contains an Operations Class that incorporates methods to perform all possible operations over that entity.
  • SDKException - A wrapper class to wrap all exceptions such as SDK anomalies and other unexpected behaviours
  • StreamWrapper - A wrapper class for File operations.
  • APIResponse - A common response instance for all the SDK method calls.