Search code examples
phpcodeigniterpostmandocusignapie-signature

How to Integrate DocuSign with your CodeIgniter web application using Postman?


I added docusign into my postman now i want to use the postman inside my codeignator web app how can i do that

composer require docusign/esign-client

not able to install this library

C:\xampp\htdocs\affiniks_docusign-php>composer install 'composer' is not recognized as an internal or external command, operable program or batch file.

Problem 1 - Installation request for docusign/esign-client v6.15.0-rc -> satisfiable by docusign/esign-client[v6.15.0-rc]. - docusign/esign-client v6.15.0-rc requires php >=7.4 -> your PHP version (7.3.0) does not satisfy that requirement. `

I updated my php version to 8.0.0 then it showed the below error

In ProxyManager.php line 83:

Unable to use a proxy: malformed http_proxy url

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]


Solution

  • Here is the easiest way for you to get going. Download a PHP quickstart after you make sure you created your DocuSign Developer account. This will download a ZIP file with pre-configured code that is just for your account with all the needed auth configuration and you can just run it on your machine.

    Then, take that and change it or move it to your own solution or project after you know it's working.