2017 © Pedro Peláez
 

library redmine-bundle

Redmine api

image

webeith/redmine-bundle

Redmine api

  • Friday, September 5, 2014
  • by webeith
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

INSTALLATION

Add the following entry to deps the run php bin/vendors install., (*1)

[RedmineBundle]
    git=http://github.com/roderik/RedmineBundle.git
    target=/bundles/RedmineBundle

Register namespace in app/autoload.php, (*2)

$loader->registerNamespaces(array(
    // ...
    'Redmine'          => __DIR__.'/../vendor/bundles/RedmineBundle/src',
));

USAGE

$redmine = new Redmine($config);
$overdueissues = $redmine->getIssues("?query_id=10");

More on: http://tspycher.com/using-the-redmine-api-with-php/

The Versions

05/09 2014

dev-master

9999999-dev https://github.com/webeith/RedmineBundle

Redmine api

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

php redmine