zcrm-php-sdk icon indicating copy to clipboard operation
zcrm-php-sdk copied to clipboard

Zoho CRM API SDK is a wrapper to Zoho CRM APIs. By using this sdk, user can build the application with ease

Results 18 zcrm-php-sdk issues
Sort by recently updated
recently updated
newest added

This is required in the case of image fields. By Default Record_Image field is set to null which is causing the below message to appear in the account timeline. "Account...

Add strict types to $file and $int to support php8.0/1

This will help devs to resolve file permission issues. At the moment file saving can fail silently resulting in access tokens not being re-used.

Hi, the current method of creating a custom persistence handler doest allow the developer access to the constructor or setter methods. Instead, consider injecting a custom persistence handler. I've done...

No Content does not mean the response is faulty and an exception should not be raised.

* Fix markdown syntax; * Follow [PSR-2](https://www.php-fig.org/psr/psr-2/) at PHP snippets;

If I init the Client like: ``` ZCRMRestClient::initialize(array( 'access_type' => 'offline', 'accounts_url' => 'https://accounts.zoho.eu', 'apiBaseUrl' => 'https://www.zohoapis.eu' )); ``` I got double https://https:// on curl request. I think the problem...

This is the other half of #45. `HOST_ADDRESS` support was already added a while back, but `DATABASE_NAME` still needs added in there.

Changes * Convert expiry duration of access token to milliseconds before adding to final expiry time.