PHPackages                             deadlymous/nhentai - 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. deadlymous/nhentai

ActiveLibrary[API Development](/categories/api)

deadlymous/nhentai
==================

nhentai api

1.0(4y ago)19GPL-3.0PHPPHP &gt;=7.2.0

Since May 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/2632324841/Nhentai)[ Packagist](https://packagist.org/packages/deadlymous/nhentai)[ RSS](/packages/deadlymous-nhentai/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Nhentai Api
===========

[](#nhentai-api)

```
# 安装
composer require deadlymous/nhentai

# 搜索
use Nhentai\Search;
$Search = new Search();
$Search->search($query, $page = 1);
$Search->parody($query, $page = 1);
$Search->character($query, $page = 1);
$Search->artist($query, $page = 1);
$Search->language($query, $page = 1);
$Search->category($query, $page = 1);
$Search->group($query, $page = 1);

# 标签列表
use Nhentai\Tags;
$Tags = new Tags():
$Tags->tags($page = 1, $popular = 1);
$Tags->artists($page = 1, $popular = 1);
$Tags->characters($page = 1, $popular = 1);
$Tags->parodies($page = 1, $popular = 1);
$Tags->groups($page = 1, $popular = 1);

# 作品内容
use Nhentai\Works;
$Works = new Works();
# 作品 参数id
$Works->works($id);
# 随机作品
$Works->random();

# 创建搜索工厂
$Search = Nhentai::create('Search');
$data = $Search->search('azur lane');
print_r($data);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bc5d52bf230f0a5069177528c1b4c735c15b93e5413ed73cb32c61faec14f11?d=identicon)[2632324841](/maintainers/2632324841)

---

Top Contributors

[![2632324841](https://avatars.githubusercontent.com/u/35479367?v=4)](https://github.com/2632324841 "2632324841 (9 commits)")

---

Tags

nhentai

### Embed Badge

![Health badge](/badges/deadlymous-nhentai/health.svg)

```
[![Health](https://phpackages.com/badges/deadlymous-nhentai/health.svg)](https://phpackages.com/packages/deadlymous-nhentai)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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