PHPackages                             celikmustafa89/sendinblue-api-php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. celikmustafa89/sendinblue-api-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

celikmustafa89/sendinblue-api-php
=================================

Sendinblue version-3 API

v1.0.9(8y ago)0160[1 PRs](https://github.com/celikmustafa89/sendinblue-api-php/pulls)MITPHPPHP &gt;=5.3

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/celikmustafa89/sendinblue-api-php)[ Packagist](https://packagist.org/packages/celikmustafa89/sendinblue-api-php)[ Docs](https://github.com/celikmustafa89/sendinblue-api-php)[ RSS](/packages/celikmustafa89-sendinblue-api-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)DependenciesVersions (14)Used By (0)

SendinBlue Php Library
======================

[](#sendinblue-php-library)

This is the SendinBlue Php library. It implements the various exposed APIs that you can read more about on .

SendinBlue API's use HTTP Authentication through an api key. You can create your api key from [API Console](https://my.sendinblue.com/advanced/apikey), after you sign up for an account with SendinBlue. You must use latest version 3.0, access key, for accessing APIs.

This library

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

1. `composer require celikmustafa89/sendinblue-api-php`
2. following field must be added to .env file.

```
# you can get sendinblue api-key from: https://account.sendinblue.com/advanced/api
# you can get sendinblue mail-list-id from: https://my.sendinblue.com/lists
SENDINBLUE_URL=https://api.sendinblue.com/v3/
SENDINBLUE_APIKEY=XXXXXXXXXXXXXXXXXX
SENDINBLUE_MAIL_LIST_ID=2

```

Example Codes
-------------

[](#example-codes)

You can use below sample script to get started.

```
