PHPackages                             eo/passbook-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. eo/passbook-bundle

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

eo/passbook-bundle
==================

iOS Passbook for Symfony

v1.0.4(8y ago)1084.4k↓38.1%12[2 issues](https://github.com/eymengunay/PassbookBundle/issues)MITPHP

Since May 28Pushed 8y ago4 watchersCompare

[ Source](https://github.com/eymengunay/PassbookBundle)[ Packagist](https://packagist.org/packages/eo/passbook-bundle)[ Docs](https://github.com/eymengunay/PassbookBundle)[ RSS](/packages/eo-passbook-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

EoPassbookBundle
================

[](#eopassbookbundle)

[![Build Status](https://camo.githubusercontent.com/f629cd92178511cbfa0781061fa5151580b4cb59e1966926aba28905fad8142b/68747470733a2f2f7472617669732d63692e6f72672f65796d656e67756e61792f50617373626f6f6b42756e646c652e706e67)](https://travis-ci.org/eymengunay/PassbookBundle)[![Latest Stable Version](https://camo.githubusercontent.com/ace8b10df85b95ddceb86a6fbf873285776f2374e574ea21dbf3b8b380768afb/68747470733a2f2f706f7365722e707567782e6f72672f656f2f70617373626f6f6b2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/eo/passbook-bundle)[![Total Downloads](https://camo.githubusercontent.com/130623e91fa74bc02c7e2a17f77757f8d5744a2725f70f1b528e806627be42a8/68747470733a2f2f706f7365722e707567782e6f72672f656f2f70617373626f6f6b2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eo/passbook-bundle)

[![knpbundles.com](https://camo.githubusercontent.com/094dfbe542041c6ebbe4644af6536d764c32387b781150998bf7c8cedebd44e8/687474703a2f2f6b6e7062756e646c65732e636f6d2f65796d656e67756e61792f50617373626f6f6b42756e646c652f62616467652d73686f7274)](http://knpbundles.com/eymengunay/PassbookBundle)

EoPassbookBundle integrates the [php-passbook](http://eymengunay.github.io/php-passbook) library into Symfony2.

**Note**: See php-passbook documentation for more information on obtaining your p12 and wwdr certificates.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+

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

[](#installation)

### Step 1: Download EoPassbookBundle using composer

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

Add EoPassbookBundle in your composer.json:

```
{
    "require": {
        "eo/passbook-bundle": "dev-master"
    }
}

```

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

```
$ php composer.phar update eo/passbook-bundle

```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
