library silex-bugherd-api-provider
Silex ServiceProvider for Bugherd Api
beleneglorion/silex-bugherd-api-provider
Silex ServiceProvider for Bugherd Api
- Monday, March 24, 2014
- by beleneglorion
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
BugHerdServiceProvider
Provider to use BugHerd Api with Silex, (*1)
Install
You have to add to your composer.json file:, (*2)
"beleneglorion/silex-bugherd-api-provider": "dev-master"
Registering
$app->register(new Hinatachii\Silex\Provider\BugherdServiceProvider());
Configuration
You need to set the configuration for the api :, (*3)
$app['bugherd.options'] = array(
'apikey' => "123456789abcdef"
);