PHPackages                             jplarar/zero-bounce-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. jplarar/zero-bounce-bundle

ActiveSymfony-bundle

jplarar/zero-bounce-bundle
==========================

A simple Symfony 3 bundle for the API for ZeroBounce.

1.0.0(6y ago)054MITPHPPHP &gt;=7.1CI failing

Since Apr 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jplarar/ZeroBounceBundle)[ Packagist](https://packagist.org/packages/jplarar/zero-bounce-bundle)[ Docs](https://github.com/jplarar/ZeroBounceBundle)[ RSS](/packages/jplarar-zero-bounce-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (7)Used By (0)

ZeroBounceBundle
================

[](#zerobouncebundle)

Symfony 3 Zero Bounde Bundle

Setup
-----

[](#setup)

### Step 1: Download JplararZeroBounceBundle using composer

[](#step-1-download-jplararzerobouncebundle-using-composer)

Add S3 Bundle in your composer.json:

```
{
    "require": {
        "jplarar/zero-bounce-bundle": "1.0.0"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "jplarar/zero-bounce-bundle"
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
