2017 © Pedro Peláez
 

symfony-bundle fork-eymengunay-passbook-bundle

iOS Passbook for Symfony

image

paysera/fork-eymengunay-passbook-bundle

iOS Passbook for Symfony

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

EoPassbookBundle

Build Status Latest Stable Version Total Downloads, (*1)

knpbundles.com, (*2)

EoPassbookBundle integrates the php-passbook library into Symfony2., (*3)

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

Prerequisites

This version of the bundle requires Symfony 2.1+ or 3.0 or 4.0, (*5)

Installation

Step 1: Download EoPassbookBundle using composer

Add EoPassbookBundle in your composer.json:, (*6)

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

Now tell composer to download the bundle by running the command:, (*7)

$ php composer.phar update eo/passbook-bundle

Composer will install the bundle to your project's vendor/eo directory., (*8)

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*9)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Eo\PassbookBundle\EoPassbookBundle(),
    );
}

Step 3: Configure the EoPassbookBundle

Now that you have properly installed and enabled EoPassbookBundle, the next step is to configure the bundle to work with the specific needs of your application., (*10)

Add the following configuration to your config.yml file, (*11)

# app/config/config.yml
eo_passbook:
    pass_type_identifier:       PASS-TYPE-IDENTIFIER
    team_identifier:            TEAM-IDENTIFIER
    organization_name:          ORGANIZATION-NAME
    p12_certificate:            /path/to/p12/certificate
    p12_certificate_password:   P12-CERTIFICATE-PASSWORD
    wwdr_certificate:           /path/to/wwdr/certificate
    output_path:                /path/to/save/pkpass
    icon_file:                  /path/to/iconfile

All configuration values are required to use the bundle., (*12)

Step 4 (Optional): Import EoPassbookBundle routing files

To browse the simple usage example you have to import the following file in your routing.yml:, (*13)

# app/config/routing.yml
eo_passbook_sample:
    resource: "@EoPassbookBundle/Resources/config/routing/sample.xml"

You will now be able to access the example controller from: http://domain.tld/passbook/sample, (*14)

Usage

This bundle currently adds only a single service, pass_factory, (*15)

// Getting pass_factory service is straightforward:
$factory = $this->get('pass_factory');

See php-passbook documentation for the rest., (*16)

The following documents are available: * PHP-Passbook Documentation * PHP-Passbook API DOC, (*17)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*18)

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests related to this bundle are tracked in the Github issue tracker https://github.com/eymengunay/PassbookBundle/issues. PHP-Passbook related issues and requests should be opened under php-passbook library repository: https://github.com/eymengunay/php-passbook/issues, (*19)

The Versions

26/12 2017

dev-master

9999999-dev https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

ios mobile tickets wallet coupons passbook pass

26/12 2017

v1.0.4

1.0.4.0 https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

ios mobile tickets wallet coupons passbook pass

06/08 2015

v1.0.3

1.0.3.0 https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

ios mobile tickets wallet coupons passbook pass

02/06 2014

v1.0.2

1.0.2.0 https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

ios mobile tickets wallet coupons passbook pass

26/01 2014

v1.0.1

1.0.1.0 https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

ios mobile tickets wallet coupons passbook pass

28/05 2013

v1.0.0

1.0.0.0 https://github.com/eymengunay/PassbookBundle

iOS Passbook for Symfony2

  Sources   Download

MIT

The Requires

 

ios mobile tickets wallet coupons passbook pass