brevo-php
brevo-php copied to clipboard
A fully-featured PHP API client to interact with Brevo.
I have a straightforward piece of code designed to retrieve contacts from a segment. It functions as intended when the segment contains contacts. However, if the segment is empty, I...
The event API explained here : https://developers.brevo.com/reference/createevent is missing from this SDK. Could you please add this API ? It could be very convenient.
Hi, In the API docs https://developers.brevo.com/reference/getdomainconfiguration there is a return for the dmarc_record as well as the brevo_code and the dkim_record. But the SDK only returns the dkim_record and the...
I'm using the RequestContactImport class but the disableNotification parameter is not yet implemented. Could it be added ?
Hi, The package requires a minimum of PHP 5.x, but Guzzle 7 is required which has a minimum of PHP 7.2: > Dropped PHP 5 support—the minimum PHP version is...
Fixing the issue that PHP base64 encoding does not always work with the original preg_match. Using PHPs own encode and decode functions ensure full compatibility. This fixes #11
Hi. I've just installed the Brevo sdk. All work great, but when the API v3 returns a bad request, this triggers a fatal error by Guzzle here is my log...
When using the SendSmtpEmailAttachment.php to send a PDF, sometimes the preg_match on line 266 fails without reason. Please remove this preg check or fix it. I am using a base_64...
As reported in [sendinblue php repo](https://github.com/sendinblue/APIv3-php-library/issues/257) , we can't batch update contacts as if an error occurs on 1 contact in the batch, it returns an API error with no...
As stated in the title running the library with php 8.1 trigger an unexpected behavior with `\GuzzleHttp\Psr7\Stream::getContents`. For instance in `ContactApi::requestContactExportWithHttpInfo` this code: ```php if ($returnType === '\SplFileObject') { $content...