2017 © Pedro Peláez
 

bundle redmine-bundle

RedmineBundle

image

johnstyle/redmine-bundle

RedmineBundle

  • Monday, February 19, 2018
  • by johnstyle
  • Repository
  • 1 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 44 % Grown

The README.md

RedmineBundle for Symfony 3

Implement Redmine client https://github.com/kbsali/php-redmine-api to Symfony service., (*1)

Configuration

Enable the bundle in app/AppKernel.php file:, (*2)

$bundles = [
    // existing bundles
    new Johnstyle\RedmineBundle\JohnstyleRedmineBundle(),
]

Add the following minimal configuration in app/config/config.yml, (*3)

johnstyle_redmine:
    url: '%redmine.url%'
    token: '%redmine.token%'

Usage

$client = $this->container->get('johnstyle.redmine_client')->client();
$client->user->listing();

View kbsali/php-redmine-api documentation for more example., (*4)

The Versions

19/02 2018

dev-develop

dev-develop https://github.com/johnstyle/redmine-bundle

RedmineBundle

  Sources   Download

MIT

The Requires

 

19/02 2018

dev-master

9999999-dev https://github.com/johnstyle/redmine-bundle

RedmineBundle

  Sources   Download

MIT

The Requires

 

19/02 2018

v1.0.1

1.0.1.0 https://github.com/johnstyle/redmine-bundle

RedmineBundle

  Sources   Download

MIT

The Requires