Download the PHP package sendinblue/sendinblue-api-bundle without Composer
On this page you can find all versions of the php package sendinblue/sendinblue-api-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sendinblue/sendinblue-api-bundle
More information about sendinblue/sendinblue-api-bundle
Files in sendinblue/sendinblue-api-bundle
Package sendinblue-api-bundle
Short Description Official SendinBlue provided API V2 Symfony 2.x & 3.x Bundle
License MIT
Homepage https://github.com/mailin-api/sendinblue-api-bundle
Informations about the package sendinblue-api-bundle
SendinBlue Symfony Bundle
Note: The latest API V3.0 ( LTS ) is now maintained at
https://github.com/sendinblue/
and the Documentation is available herehttps://developers.sendinblue.com
This is SendinBlue provided API V2 Symfony Bundle. It implements the various exposed APIs that you can read more about on https://apidocs.sendinblue.com.
Prerequisites
This version of the bundle requires Symfony 2.x OR 3.x.
Installation
Download SendinBlueApiBundle using composer
Add SendinBlueApiBundle in your composer.json
:
Now tell composer to download the bundle by running the command:
OR
Simply install by running below command
Composer will install the bundle to your project's vendor/sendinblue
directory.
Enable the Bundle
In the kernel app/AppKernel.php
:
Add SendinBlue Api key
In your app/config/config.yml
:
Usage
The API is available with the sendinblue_api
service.
To access it, add in your controller (or elsewhere):
Example
Get your account information
To send email
Support and Feedback
Be sure to visit the SendinBlue official documentation website for additional information about our API.
If you find a bug, please submit the issue in Github directly.
As always, if you need additional assistance, drop us a note here.