PHPackages                             tzb/sendy-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. tzb/sendy-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

tzb/sendy-bundle
================

Symfony bundle that integrates SendyPHP library from Jacob Bennett: https://github.com/JacobBennett/SendyPHP.

2.0.0(4y ago)01671MITPHPPHP &gt;=7.4

Since Dec 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jkabat/TzbSendyBundle)[ Packagist](https://packagist.org/packages/tzb/sendy-bundle)[ RSS](/packages/tzb-sendy-bundle/feed)WikiDiscussions master Synced 3d ago

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

SendyBundle
===========

[](#sendybundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/caafed7b620a5ac59944ca36e1f075ec1346c33367612938e32047c29c570312/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6b616261742f73656e64792d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jkabat/sendy-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/0f2bc4b1ebd5320123e8a64e9552e1f2153f535f1c01343a371f77a28510905b/68747470733a2f2f6170702e7472617669732d63692e636f6d2f6a6b616261742f73656e64792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://app.travis-ci.com/jkabat/sendy-bundle)

This bundle is used to integrate the [SendyPHP class from Jacob Bennett](https://github.com/JacobBennett/SendyPHP) into a symfony2 project.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require jkabat/sendy-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
