edspc / oauth-http-client-bundle
OAuth HTTP Client based on Symfony HTTP Client
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4
- psr/cache: *
- symfony/http-client: 5.4.*
This package is auto-updated.
Last update: 2024-11-14 11:45:36 UTC
README
Example config
edspc_oauth_http_client: default_auth: zoho auth: zoho: token_url: 'https://accounts.zoho.com/oauth/v2/token' client_id: '%env(ZOHO_CLIENT_ID)%' client_secret: '%env(ZOHO_CLIENT_SECRET)%' http_services: desk_client: base_uri: 'https://desk.zoho.com/' crm_client: base_uri: 'https://www.zohoapis.com/crm/v2/'