PHPackages                             sendinblue/api-v3-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sendinblue/api-v3-sdk

Abandoned → [getbrevo/brevo-php](/?search=getbrevo%2Fbrevo-php)Library[API Development](/categories/api)

sendinblue/api-v3-sdk
=====================

Official SendinBlue provided RESTFul API V3 php library

v8.4.2(3y ago)2136.1M—4.1%93[17 issues](https://github.com/sendinblue/APIv3-php-library/issues)[1 PRs](https://github.com/sendinblue/APIv3-php-library/pulls)20MITPHPPHP &gt;=5.6CI failing

Since Aug 8Pushed 2y ago10 watchersCompare

[ Source](https://github.com/sendinblue/APIv3-php-library)[ Packagist](https://packagist.org/packages/sendinblue/api-v3-sdk)[ Docs](https://github.com/sendinblue/APIv3-php-library)[ RSS](/packages/sendinblue-api-v3-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (80)Used By (20)

\[DEPRECATED:warning:\] api-v3-sdk
==================================

[](#deprecatedwarning-api-v3-sdk)

SendinBlue's API v3 Php Library
===============================

[](#sendinblues-api-v3-php-library)

SendinBlue's API exposes the entire SendinBlue features via a standardized programmatic interface. Please refer to the full [documentation](https://developers.sendinblue.com) to learn more.

This is the wrapper for the API. It implements all the features of the API v3.

SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/). The specification can be downloaded [here](https://api.sendinblue.com/v3/swagger_definition.yml).

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:

- API version: 3.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.6 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/):

Create a `composer.json` file in any directory &amp; add below code in composer.json file.

```
{
"require": {
"sendinblue/api-v3-sdk": "8.x.x"
}
}

```

Then run below commands in the same directory

```
composer require sendinblue/api-v3-sdk "8.x.x"

```

Further do:

- run `composer install` to get these dependencies added to your vendor directory
- add the autoloader to your application with this line: `require("vendor/autoload.php")`

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
