laravel-notification-channels / twilio

Twilio notifications channel for Laravel

Home Page:https://laravel-notification-channels.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support http proxy

L3o-pold opened this issue · comments

Can be used in Twilio Client like this:

new TwilioClient(
            env('TWILIO_USERNAME'),
            env('TWILIO_PASSWORD'),
            null,
            null,
            env('PROXY_URI') ? new CurlClient([CURLOPT_PROXY => env('PROXY_URI')]) : null
        )