PHPackages                             localdisk/backlog-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. localdisk/backlog-api-php

ActiveLibrary[API Development](/categories/api)

localdisk/backlog-api-php
=========================

A simple, Object Oriented wrapper for Backlog API written with PHP5.

0.0.2(12y ago)244MITPHPPHP &gt;=5.4.0

Since May 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/localdisk/backlog-api-php)[ Packagist](https://packagist.org/packages/localdisk/backlog-api-php)[ Docs](https://github.com/localdisk/backlog-api-php)[ RSS](/packages/localdisk-backlog-api-php/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

backlog-api-php
===============

[](#backlog-api-php)

[Backlog](http://www.backlog.jp/) API の PHP Wrapper です。

### インストール

[](#インストール)

[Composer](http://getcomposer.org) を使用してインストールします

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add NHK API を require セクションに追加
php composer.phar require localdisk/backlog-api-php:dev-master
```

### 使い方

[](#使い方)

```
require 'vendor/autoload.php';

// 第1引数はプロジェクトのURL
// 第2引数はユーザ名
// 第3引数はパスワードを指定してください
$api = new Backlog\Api('https://demo.backlog.jp', 'demo', 'demo');

// 結果は配列で返却されます
// 引数が不正等のエラーは例外が発生します
$res = $api->getProjects();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c37830559eaf872951b29fca97d337601a9de9fa6662f734cdd7d8dad14d4087?d=identicon)[localdisk](/maintainers/localdisk)

---

Top Contributors

[![localdisk](https://avatars.githubusercontent.com/u/4827406?v=4)](https://github.com/localdisk "localdisk (7 commits)")

---

Tags

apibacklog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/localdisk-backlog-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/localdisk-backlog-api-php/health.svg)](https://phpackages.com/packages/localdisk-backlog-api-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
