library · inferred from evidence
Brevo PHP SDK
A PHP SDK provided by Brevo for interacting with their API.
- Brevo PHP SDK: "Cannot serialize value of type boolean with any of the union types: float | string | bool...
Passing a boolean value in a field typed as a union, like the attributes map on CreateContactRequest, throws: Cannot serialize value of type boolean with any of the union types: float | string | bool | array. In src/Core/Json/JsonSerializer
- Brevo PHP SDK v2.0.7: updateContact returns 400 Bad Request with the UpdateContact object URL-encoded into...
After upgrading getbrevo/brevo-php from 2.0.6 to 2.0.7, every updateContact() call fails with a 400 Bad Request. The request goes to something like PUT https://api.brevo.com/v3/contacts/%7B%22attributes%22...%7D, where the whole UpdateConta
- Brevo PHP SDK: "User Warning: Timeout option is not supported for the current PSR-18 client...
Setting a timeout on the Brevo PHP SDK v4 client with Guzzle installed emits: User Warning: Timeout option is not supported for the current PSR-18 client (GuzzleHttp\Client). Use Guzzle or Symfony HttpClient for timeout support. The cause i