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
Requires
- php: ^8.0
- knpuniversity/oauth2-client-bundle: ^2.8
- symfony/config: ^5.4 || ^6.4
- symfony/dependency-injection: ^5.4 || ^6.4
- symfony/filesystem: ^5.4 || ^6.4
- symfony/http-kernel: ^5.4 || ^6.4
- symfony/yaml: ^5.4 || ^6.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- psalm/plugin-symfony: ^3.1
- vimeo/psalm: ^4.18
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'