zohocrm-php-sdk
zohocrm-php-sdk copied to clipboard
PHP SDK (version 3.x.x and above) for Zoho CRM's v2 REST APIs
Php deprecation error in php 8.1: ``` PHP Deprecated: Exception::__construct(): Passing null to parameter #1 ($message) of type string is deprecated in /zohocrm/php-sdk/src/com/zoho/crm/api/exception/SDKException.php on line 42 ```
I noticed that the `$enableSSLVerification` variable was missing from some of the code samples in the README, also one of the constants wasn't being called statically. I've created a new...
If you run the php-sdk from a path that includes the string "src" it will throw an `SDKException` as it cannot find the JSON details file. E.g if my code...
Variable $ex is undefined. Probably you meant $e
As per title. This helps static analysis tools like PHPStan and PSalm to not complain about "Boolean"
This allows Custom Persistance to extend the OAuthToken class.
Allows the user to add their own header map to the `deleteRecord` and `updateRecord` calls. This is helpful, for example, in allowing us to use [External ID fields](https://www.zoho.com/crm/developer/docs/api/v2/records-api-ext-id-overview.html) provided by...