twilio / twilio-php

A PHP library for communicating with the Twilio REST API and generating TwiML.
MIT License
1.57k stars 562 forks source link

fix: support array parameters for Guzzle GETs #759

Closed isha689 closed 1 year ago

isha689 commented 1 year ago

Fixes DII-794

Updated Guzzle Client to support sending query params with multiple values for the same key (e.g. foo=1&foo=2) which is what the Twilio API supports.

Fixes #752

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

hivokas commented 1 year ago

Thanks