a5sys/mantis-api-bundle

Maintainers

Package info

github.com/A5sys/MantisApiBundle

Type:symfony-bundle

pkg:composer/a5sys/mantis-api-bundle

Statistics

Installs: 420

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.0.0 2018-05-04 13:40 UTC

This package is auto-updated.

Last update: 2026-02-27 21:31:36 UTC


README

A bundle that provides services for the Mantis API

Composer

Use composer to get the bundle

composer require "a5sys/mantis-api-bundle"

Requirements

PHP extensions:

  • php_soap

Activate the bundle

In the AppKernel, activate the bundle

        new A5sys\MantisApiBundle\MantisApiBundle(),

The configuration

In the config.yml, the configuration for the bundle is:

mantis_api:
    login: "%mantis_login%"
    password: "%mantis_password%"
    url: "%mantis_url%/api/soap/mantisconnect.php"
    verify_peer: true #mandatory, the ssl option
    verify_peer_name: true #mandatory, the ssl option
    allow_self_signed: false #mandatory, the ssl option