stocarul/urban-airship-bundle

An Urban Airship sdk bundle

Installs: 1 933

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

Type:symfony-bundle

dev-master 2014-08-21 21:01 UTC

This package is not auto-updated.

Last update: 2024-04-09 00:26:38 UTC


README

Build Status SensioLabsInsight

Installation

A) Add Stocarul UrbanAirship Bundle to your composer.json

{
    "require": {
        "stocarul/urban-airship-bundle": "dev-master"
    }
}

B) Enable the bundle

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stocarul\UrbanAirshipBundle\StocarulUrbanAirshipBundle(),
    );
}

C) Configure the bundle

// app/config/config.yml

stocarul_urban_airship:
    app_key:             your_app_key
    app_master_secret:   your_app_master_secret
    
    logger:
        path:     %kernel.logs_dir%/urbanairship_%kernel.environment%.log
        level:    DEBUG