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
Package info
github.com/edspc/oauth-http-client-bundle
Type:symfony-bundle
pkg:composer/edspc/oauth-http-client-bundle
dev-main
2022-01-23 22:14 UTC
Requires
- php: ^7.4
- psr/cache: *
- symfony/http-client: 5.4.*
This package is auto-updated.
Last update: 2026-03-14 15:08:51 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/'