beleneglorion / silex-bugherd-api-provider
This package is abandoned and no longer maintained.
No replacement package was suggested.
Silex ServiceProvider for Bugherd Api
1.0
2014-03-24 13:14 UTC
Requires
- beleneglorion/php-bugherd-api: ~1.0
- silex/silex: ~1.1
This package is not auto-updated.
Last update: 2020-11-13 20:10:04 UTC
README
Provider to use BugHerd Api with Silex
Install
You have to add to your composer.json file:
"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 :
$app['bugherd.options'] = array(
'apikey' => "123456789abcdef"
);