nomidi / silverstripe-bugherd-hero-tool
Bugherd.com implementation for Silverstripe
Installs: 148
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 2
Type:silverstripe-vendormodule
Requires
- php: >=5.3.2
- composer/installers: ~1.0
- silverstripe/cms: ~3.1
Requires (Dev)
- phpunit/phpunit: ~3.7@stable
This package is auto-updated.
Last update: 2024-11-10 01:54:29 UTC
README
Easy implementation of bugherd.com
bugherd.com is an online bug tracking service. For more information about bugherd.com please visit the website : http://bugherd.com Neither of the module developer is in liaison with bugherd. For any question or problem with bugherd please refer to http://bugherd.com This module should just offer an easy way to integrate bugherd into a SilverStripe project.
Requirements
- SilverStripe 3.1
Scrutinizer Rating
Namespacing is right now not recommended by Silverstripe
Travis Status
Usage
Add
BugherdHeroTool:
project_key: 'xxx'
environment_type: 'dev'
member_status: false
to your config.yml then replace 'xxx' with your bugherd.com project ID. Please ensure to enter your project key with enclosing quotation marks. The other parameter (environment_type and member_status) are optional. For further information please stick to the documentation.
Installation
Composer (recommended):
composer require nomidi/silverstripe-bugherd-hero-tool
Licensing
For all quesitons regarding Licensing pleasee see the LICENSE.md.
Maintainer Contact
- Bastian Fritsch (Nickname: nomidi) mail@bastian-fritsch.de
- Armin Eden eden@bit-basti.de
Contributing / Feature request
Please refer to the CONTRIBUTING.md within this package.
SourceCode
The SourceCode of this project can be found on Github. https://github.com/nomidi/silverstripe-bugherd-hero-tool