https://github.com/dragonbe/mantisbt-client
This is a client to interact with [MantisBT](http://www.mantisbt.org) bugtracker. It allows you to interact directly with a private or public MantisBT API so you can do cool stuff with it.
https://github.com/dragonbe/mantisbt-client
Last synced: 4 months ago
JSON representation
This is a client to interact with [MantisBT](http://www.mantisbt.org) bugtracker. It allows you to interact directly with a private or public MantisBT API so you can do cool stuff with it.
- Host: GitHub
- URL: https://github.com/dragonbe/mantisbt-client
- Owner: DragonBe
- License: mit
- Created: 2015-01-13T23:30:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T01:52:20.000Z (over 10 years ago)
- Last Synced: 2025-01-21T18:50:28.727Z (6 months ago)
- Language: PHP
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mantisbt-Client
This package is a client to interact with [MantisBT] API interface and allows you to retrieve, update and create issues, manage accounts and get progress information.
## Project quality
We want to ensure you get the best quality, so this client comes with unit tests (automated testing provided by [Travis-CI]) and code quality analysis provided by [SensioLabsInsight].
[](https://travis-ci.org/DragonBe/mantisbt-client) [](https://insight.sensiolabs.com/projects/957c5fcc-3c90-49ae-b366-f8ad4fa7d078) [](https://codeclimate.com/github/DragonBe/mantisbt-client) [](https://codeclimate.com/github/DragonBe/mantisbt-client)
## Composer
The easiest way to add this project to your application is to use [Composer]. First, get the `composer.phar` if you don't have it already.
curl -sS https://getcomposer.org/installer | php
The next thing you should do is add a `require` statement in your `composer.json` file to have this client installed.
{
"require": {
"dragonbe/mantisbt-client": "0.0.1"
}
}All you have to do is install the package with [Composer].
## Licence
This projects is made available under [MIT] License. Read the [LICENSE] file for details.
[MantisBT]: http://www.mantisbt.org
[Travis-CI]: http://travis-ci.org
[SensioLabsInsight]: http://insight.sensiolabs.com
[Composer]: http://getcomposer.org
[MIT]: http://opensource.org/licenses/MIT
[LICENSE]: LICENSE