2017 © Pedro Peláez
 

library redmine-api

Redmine API client

image

fiv/redmine-api

Redmine API client

  • Tuesday, September 16, 2014
  • by funivan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Redmine api

Fiv\Redmine\Client allow you to pass HTTP Server Authorization and use redmine with API key, (*1)

api('issue')->all(array(
    'limit' => 3
  ));

  foreach ($issueList['issues'] as $issue) {

    $fullIssue = $client->api('issue')->show($issue['id'], ['include' => 'journals']);
    print_r($fullIssue);

  }
?>

The Versions

16/09 2014

dev-master

9999999-dev https://github.com/funivan/redmine-api

Redmine API client

  Sources   Download

MIT

The Requires

 

16/09 2014

0.0.1

0.0.1.0 https://github.com/funivan/redmine-api

Redmine API client

  Sources   Download

MIT

The Requires