https://github.com/a5sys/mantisapibundle
A bundle that provides services
https://github.com/a5sys/mantisapibundle
mantisbt symfony-bundle
Last synced: 8 months ago
JSON representation
A bundle that provides services
- Host: GitHub
- URL: https://github.com/a5sys/mantisapibundle
- Owner: A5sys
- License: mit
- Created: 2016-11-23T13:07:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T10:30:30.000Z (almost 7 years ago)
- Last Synced: 2025-04-18T19:51:16.638Z (9 months ago)
- Topics: mantisbt, symfony-bundle
- Language: PHP
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MantisApiBundle
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