Releases: zoho/zohocrm-php-sdk
Releases · zoho/zohocrm-php-sdk
3.1.0
3.0.3
3.0.2
3.0.1
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.