Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
MantisLib | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
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:
MantisLib uses a SOAP-Client to connect with the Mantis API.
Mantis Bugtracker:
OR