Registry / http-client / getbrevo-brevo-php

getbrevo-brevo-php

JSON →
library4.0.13phppackagistunverified

Official Brevo provided RESTful API V3 PHP library.

composer require getbrevo/brevo-php
INSTALL
IMPORT
SIG · GETBREVO-BREVO-PHP
G
getbrevo-brevo-php
http-clientphpv4.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContactsApi
use Brevo\Client\Api\ContactsApi;

Initialize Brevo client and fetch contacts.

use Brevo\Client\Api\ContactsApi; use Brevo\Client\Configuration; $config = Configuration::getDefaultConfiguration()->setApiKey('api-key', 'YOUR_API_KEY'); $apiInstance = new ContactsApi(null, $config); $result = $apiInstance->getContacts(); print_r($result);
Debug
Known issues
gotchaAPI key required for all requests; missing key causes authentication errors.
fix
Set a valid Brevo API key via Configuration::setApiKey('api-key', 'your-key').
affects: >=4.0.0
Upgrade
Version history
4.0.13latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
getbrevo-brevo-php — pip install getbrevo-brevo-php · libregistry