PHPackages                             sendinblue/sendinblue-api-bundle - 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/sendinblue-api-bundle

Abandoned → [sendinblue/api-bundle](/?search=sendinblue%2Fapi-bundle)ArchivedSymfony-bundle[API Development](/categories/api)

sendinblue/sendinblue-api-bundle
================================

Official SendinBlue provided API V2 Symfony 2.x &amp; 3.x Bundle

v2.0.10(9y ago)14217.8k↓43.8%11MITPHPPHP &gt;=5.3

Since Jun 24Pushed 7y ago4 watchersCompare

[ Source](https://github.com/mailin-api/sendinblue-api-bundle)[ Packagist](https://packagist.org/packages/sendinblue/sendinblue-api-bundle)[ Docs](https://github.com/mailin-api/sendinblue-api-bundle)[ RSS](/packages/sendinblue-sendinblue-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

SendinBlue Symfony Bundle
-------------------------

[](#sendinblue-symfony-bundle)

> **Note:** The latest **API V3.0** ( LTS ) is now maintained at `https://github.com/sendinblue/` and the Documentation is available here `https://developers.sendinblue.com`

This is [SendinBlue](https://www.sendinblue.com) provided API V2 Symfony Bundle. It implements the various exposed APIs that you can read more about on .

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.x OR 3.x.

Installation
------------

[](#installation)

### Download SendinBlueApiBundle using composer

[](#download-sendinblueapibundle-using-composer)

Add SendinBlueApiBundle in your `composer.json`:

```
        "require": {
            "sendinblue/sendinblue-api-bundle": "2.0.*"
        }
    }```

Now tell composer to download the bundle by running the command:

```bash
$ composer update

```

OR

Simply install by running below command

```
$ composer require "sendinblue/sendinblue-api-bundle"
```

Composer will install the bundle to your project's `vendor/sendinblue` directory.

### Enable the Bundle

[](#enable-the-bundle)

In the kernel `app/AppKernel.php`:

```
