PHPackages                             moodrain/pixiv-tool - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. moodrain/pixiv-tool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

moodrain/pixiv-tool
===================

simple tool for pixiv and pixiv-fanbox

35PHP

Since Jan 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moodrain/pixiv-tool)[ Packagist](https://packagist.org/packages/moodrain/pixiv-tool)[ RSS](/packages/moodrain-pixiv-tool/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

```
$session = 'YourPHPSessionId';
$pixivId = 'PixivUserId';
$fanboxId = 'FanboxUserId';
$socks5 = '127.0.0.1:1080';

$pixiv = new Pixiv();
$pixiv->socks5($socks5);
$pixiv->sessionId($session);
$postIds = $pixiv->getAllPostIds($pixivId);
$posts = $pixiv->getPostByIds($pixivId, array_slice($postIds, 0, 20));
$pixiv->downloadPosts($pixivId, 'path/to/save');

$fanbox = new Fanbox();
$fanbox->sessionId($session);
$fanbox->socks5($socks5);
$posts = $fanbox->getPosts($fanboxId, 10);
$fanbox->downloadPosts($fanboxId, 'path/to/save');

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d90d8b74870ba7e056c7525849c67b39c6f7f6b036091f0d4d9106efbdc2a74?d=identicon)[moodrain](/maintainers/moodrain)

---

Top Contributors

[![moodrain](https://avatars.githubusercontent.com/u/19679621?v=4)](https://github.com/moodrain "moodrain (28 commits)")

### Embed Badge

![Health badge](/badges/moodrain-pixiv-tool/health.svg)

```
[![Health](https://phpackages.com/badges/moodrain-pixiv-tool/health.svg)](https://phpackages.com/packages/moodrain-pixiv-tool)
```

PHPackages © 2026

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