Skip to content

Ability to specify HTTP Adapter

Pre-release
Pre-release
Compare
Choose a tag to compare
@iamtankist iamtankist released this 28 Jan 10:17
· 150 commits to main since this release

Using different HTTP adapters

In case you want to specify an HTTP adapter other than default one, you need to install https://github.com/egeloen/IvoryHttpAdapterBundle.

Then configuration is as follows:

ivory_http_adapter:
    default: my_curl_adapter
    adapters:
        my_curl_adapter:
            type: curl

kreait_firebase:
    connections:
        main:
            host: glaring-inferno-6221.firebaseio.com
            adapter: my_curl_adapter
            references:
                profiles: data/profiles