PHPackages                             stephenfarrell/postmark-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. stephenfarrell/postmark-bundle

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

stephenfarrell/postmark-bundle
==============================

A minor update of Miguel Perez's no-longer maintained code from https://github.com/miguel250/PostmarkBundle to allow for Symfony 3 compatibility. All credit/kudos/thanks for the work should obviously go to him

v0.0.6(12y ago)05.8k—0%1MITPHPPHP &gt;=5.3.2

Since Jan 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/stephenfarrell/PostmarkBundle)[ Packagist](https://packagist.org/packages/stephenfarrell/postmark-bundle)[ Docs](http://www.mlpz.mp)[ RSS](/packages/stephenfarrell-postmark-bundle/feed)WikiDiscussions master Synced 1mo ago

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

PostmarkBundle
==============

[](#postmarkbundle)

Symfony3 bundle for [Postmark](http://postmarkapp.com) API [![Build Status](https://camo.githubusercontent.com/c2afda9f59040e3a81c0b63fc360436f4df7dd3016e9a6a72e311be225922055/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d696775656c3235302f506f73746d61726b42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/miguel250/PostmarkBundle)

**This is a ridiculously minor update of Miguel Perez's no-longer maintained code from  to allow for Symfony 3 compatibility. All credit/kudos/thanks for the work should obviously go to him**

Setup
-----

[](#setup)

**Using Composer**Add PostmarkBundle in your composer.json:

```
{
    "require": {
        "stephenfarrell/postmark-bundle": "*"
    }
}
```

```
$ php composer.phar update mlpz/postmark-bundle
```

**Using Submodule**

```
git submodule add https://github.com/miguel250/PostmarkBundle.git vendor/bundles/MZ/PostmarkBundle
git submodule add https://github.com/kriswallsmith/Buzz.git  vendor/buzz

```

**Add the MZ namespace to autoloader**You can skip this when using Composer

```
