docusign-esign-php-client icon indicating copy to clipboard operation
docusign-esign-php-client copied to clipboard

The Official DocuSign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.

Results 31 docusign-esign-php-client issues
Sort by recently updated
recently updated
newest added
trafficstars

anyone having issue with sandbox api end point. Its not working https://demo.docusign.com/restapi/v2.1/accounts

function utf8_decode() deprecated as of PHP 8.2.0, updated to use mb_convert_encoding().

Hi, Below our code to avoid PHP 8.2 deprecated error on utf8_decode deprecated usage Best

fix [#214](https://github.com/docusign/docusign-esign-php-client/issues/214)

DocuSign takes the PDF and is also signed by the signer after that I want to get this PDF back to save the local directory of my web App. Is...

Dear Devs, Composer can't load the subject class. Please generate separate php files per namespaces/classes in under proper directory path. ``` php

Hello, I'm using EventNotification class to define my webhook. I can see you can choose between XML/JSON when I use the website to create the hook : ![image](https://user-images.githubusercontent.com/2301651/107561226-92847c80-6bde-11eb-8222-d2950f5a30b2.png) But I...

question
responded

Proper-case primitive returned from DocuSign API causes fatal error ``` Fatal Error (1): Class 'Number' not found in [/path/to/app/vendor/docusign/esign-client/src/ObjectSerializer.php, line 274] ``` Replaces #41. Branched from current master with only...

Unlike other Model class definitions, the mentioned "Auth" class files (Userinfo, Account, OAuthToken) do not contain "swaggerFormats" or swaggerFormats() function. This was the same issue in previous versions. I've have...

in progress