Releases: zoho/zohocrm-php-sdk
Releases · zoho/zohocrm-php-sdk
3.1.0
3.0.3
Fixed oauth expiry_time error, which occurred in some PHP versions.
3.0.2
- Supported Carry-over tags
- Supported connection timeout
- Followed PSR4 Standards
3.0.1
- Supported multiple extensions in file download operations.
- Handled different field types.
- Supported SSL verification toggle.
3.0.0 Public Release
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.