PHPackages                             boskee/esendex-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. boskee/esendex-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

boskee/esendex-bundle
=====================

Boskee Esendex Bundle for Symfony

018.2kPHP

Since Oct 31Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Boskee Esendex Bundle
=====================

[](#boskee-esendex-bundle)

*By [boskee](http://boskee.co.uk/)*

[![Build Status](https://camo.githubusercontent.com/ff15481f9b3aeb1b3fcc696a291e123de403a41d5b4168f7331f846b31ea38ca/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f626f736b65652f6573656e6465782d62756e646c652e706e67)](http://travis-ci.org/boskee/esendex-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/f482d9f200983687f843711070d8e0736495a886943b09e124bf94cc2603415f/68747470733a2f2f706f7365722e707567782e6f72672f626f736b65652f6573656e6465782d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/boskee/esendex-bundle)[![Total Downloads](https://camo.githubusercontent.com/cfb6bb9f4cc7282f31c5bd28177035c56586c075f120ddb31af60790c5dfcf46/68747470733a2f2f706f7365722e707567782e6f72672f626f736b65652f6573656e6465782d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/boskee/esendex-bundle)

This bundle enables you to use [`Esendex SDK`](https://github.com/esendex/sdk) as a service in your Symfony project.

For more information see the [esendex/sdk](https://github.com/esendex/sdk) repository and the [Esendex REST API](http://developers.esendex.com/APIs/REST-API).

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

[](#requirements)

- Symfony
- Dependencies:
- [`Esendex SDK`](https://github.com/esendex/sdk)

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

[](#installation)

### Add in your composer.json

[](#add-in-your-composerjson)

```
{
    "require": {
        "boskee/esendex-bundle": "dev-master"
    }
}
```

### Install the bundle

[](#install-the-bundle)

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update boskee/esendex-bundle
```

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

### Enable the bundle via the kernel

[](#enable-the-bundle-via-the-kernel)

```
