Download the PHP package ets/echosign-bundle without Composer
On this page you can find all versions of the php package ets/echosign-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ets/echosign-bundle
More information about ets/echosign-bundle
Files in ets/echosign-bundle
Package echosign-bundle
Short Description EchoSign Bundle contains methods to interact with EchoSign WebServices
License Apache-2.0
Homepage https://github.com/ETSGlobal/ETSEchoSignBundle
Informations about the package echosign-bundle
ETSEchoSignBundle
ETSEchoSignBundle provides a wrapper to EchoSign APIs: https://secure.echosign.com/public/docs/EchoSignDocumentService16
Installation
You can install the bundle by using composer.
Use dev-master when it asks which version to install.
Enabling the bundle
Enable the bundle in the kernel:
Configuration
The bundle requires mandatory parameters, in your config.yml:
You could also activate the debug option:
It does nothing more than adding the prefix to the filename when uploading. Since EchoSign offers no way to organize your files, the prefix should help you classify uploaded files in a "cleaner" way. For example, you could have a prefix "DEV" for local development, "PREPROD" for preprod environment.
And you have to specify a list of email addresses to use as recipients:
Available APIs
Client service offers wrappers to the most used methods:
- sendDocument
- getDocumentInfo
- removeDocument
- getMyDocuments
To send a document:
The method returns the document key of the newly uploaded file
To get info on a document
If the document doesn't exist, it will return null instead of a SoapFault exception as implemented by the original API.
To remove a document
To retrieve all documents
Code License:
All versions of echosign-bundle with dependencies
symfony/framework-bundle Version >=2.1
ext-soap Version *
ext-openssl Version *