postyou/adobe-sign-bundle

Adobe Sign API Client

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:symfony-bundle

v0.0.15 2024-10-14 12:32 UTC

This package is auto-updated.

Last update: 2024-11-14 12:46:09 UTC


README

Simple Adobe Sign Api Client

Default Configuration

You probably have to override the provider_options with the options provided in your account.

# config/config.yaml
knpu_oauth2_client:
    clients:
        adobe_sign:
            provider_options:
                web_access_point: 'https://secure.eu2.adobesign.com/'
                api_access_point: 'https://api.eu2.adobesign.com'
                path_oauth: 'public/oauth'
                path_refresh: 'oauth/refresh'
                path_token: 'oauth/token'
                path_revoke: 'oauth/revoke'