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

ActiveSymfony-bundle[API Development](/categories/api)

blue-energy/sendinblue-api-bundle
=================================

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

v2.0.11(5y ago)012MITPHPPHP &gt;=5.3

Since Jun 24Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (18)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 .

THIS IS FORKED FROM

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`:

```
