2017 © Pedro Peláez
 

symfony-bundle mantis-api-bundle

image

a5sys/mantis-api-bundle

  • Friday, May 4, 2018
  • by thomasbeaujean
  • Repository
  • 3 Watchers
  • 2 Stars
  • 112 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 30 % Grown

The README.md

MantisApiBundle

A bundle that provides services for the Mantis API, (*1)

Composer

Use composer to get the bundle, (*2)

composer require "a5sys/mantis-api-bundle"

Requirements

PHP extensions: - php_soap, (*3)

Activate the bundle

In the AppKernel, activate the bundle, (*4)

        new A5sys\MantisApiBundle\MantisApiBundle(),

The configuration

In the config.yml, the configuration for the bundle is:, (*5)

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

The Versions

04/05 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

26/04 2017

dev-allow-ssl-self-signed

dev-allow-ssl-self-signed

  Sources   Download

MIT

The Requires