edspc/oauth-http-client-bundle

There is no license information available for the latest version (dev-main) of this package.

OAuth HTTP Client based on Symfony HTTP Client

dev-main 2022-01-23 22:14 UTC

This package is auto-updated.

Last update: 2024-04-14 10:26:07 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/'