MantisLib

UNIX name Owner Status
MantisLib Brookins Consulting stable
Version Compatible with
N/A N/A
MantisLib is a PHP library for Mantis Bugtracker's SOAP API. It is supported by the PHP Framework CodeIgniter or as standalone Library.

MantisLib

MantisLib is a PHP Class for Mantis Bugtracker API. It is supported by the PHP Framework CodeIgniter or as standalone Library.

Constructor requires array:

$mantis = new MantisLib(
array(
'url' => 'http://mantis.soap/?wsdl',
'username' => 'username',
'password' => 'password'
));

You can find a list of functions and return types here:

List of functions

MantisLib uses a SOAP-Client to connect with the Mantis API.

Mantis Bugtracker:

Mantis GitHub

OR

Mantis Website

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.