2017 © Pedro Peláez
 

library backlog-v2

this is backlog api v2 library

image

atomita/backlog-v2

this is backlog api v2 library

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Backlog-v2

this is backlog api v2 wrapper with API Key., (*1)

Get started

Install the "atomita/backlog-v2" using the composer., (*2)

require {composer install dir} . "/vendor/autoload.php";

use \atomita\Backlog;
use \atomita\BacklogException;

$backlog = new Backlog('space-name', 'api-key');
try{
    $space = $backlog->space->get();
    var_dump($space);

    $comment = $backlog->issues->param('issue id')->comments->post(['content' => 'comment message']));
    var_dump($comment);
}
catch(BacklogException $e){
    // error
}

This is released under the LGPLv3, see LICENSE., (*3)

The Versions

12/03 2018

dev-master

9999999-dev

this is backlog api v2 library

  Sources   Download

LGPLv3 LGPL-3.0-only

api v2 backlog

12/03 2018

v0.0.3

0.0.3.0

this is backlog api v2 library

  Sources   Download

LGPLv3

api v2 backlog

26/10 2015

v0.0.2

0.0.2.0

this is backlog api v2 library

  Sources   Download

LGPLv3

api v2 backlog

13/08 2014

v0.0.1

0.0.1.0

this is backlog api v2 library

  Sources   Download

LGPLv3

api v2 backlog