symfony-bundle urban-airship-bundle
An Urban Airship sdk bundle
stocarul/urban-airship-bundle
An Urban Airship sdk bundle
- Thursday, August 21, 2014
- by stocarul
- Repository
- 0 Watchers
- 1 Stars
- 1,832 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 2 Open issues
- 1 Versions
- 1 % Grown
UrbanAirshipBundle
, (*1)
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(),
);
}
// 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
dev-master
9999999-dev
An Urban Airship sdk bundle
Sources
Download
MIT
The Requires
The Development Requires
by
Cosmin-Mihai Tutunaru
urban airship sdk