library backlog-v2
this is backlog api v2 library
atomita/backlog-v2
this is backlog api v2 library
- PHP
- 0 Dependents
- 0 Suggesters
- 8 Forks
- 1 Open issues
- 4 Versions
- 7 % Grown
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)
dev-master
9999999-dev
this is backlog api v2 library
Sources
Download
LGPLv3
LGPL-3.0-only
api
v2
backlog
v0.0.3
0.0.3.0
this is backlog api v2 library
Sources
Download
LGPLv3
api
v2
backlog
v0.0.2
0.0.2.0
this is backlog api v2 library
Sources
Download
LGPLv3
api
v2
backlog
v0.0.1
0.0.1.0
this is backlog api v2 library
Sources
Download
LGPLv3
api
v2
backlog