postyou / adobe-sign-bundle
Adobe Sign API 客户端
v0.0.13
2022-01-26 11:01 UTC
Requires
- php: ^8.0
- knpuniversity/oauth2-client-bundle: ^2.8
- symfony/config: ^5.4
- symfony/dependency-injection: ^5.4
- symfony/filesystem: ^5.4
- symfony/http-kernel: ^5.4
- symfony/yaml: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- psalm/plugin-symfony: ^3.1
- vimeo/psalm: ^4.18
README
简单的 Adobe Sign API 客户端
默认配置
你可能需要覆盖 provider_options,使用你账户中提供的选项。
# 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'