PHPackages                             drizzle/wallpaper-api - 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. drizzle/wallpaper-api

ActiveLibrary[API Development](/categories/api)

drizzle/wallpaper-api
=====================

A wallpaper-api SDK.

1.0.0(4y ago)652MITPHP

Since Sep 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/iamzu/wallpaper-api)[ Packagist](https://packagist.org/packages/drizzle/wallpaper-api)[ RSS](/packages/drizzle-wallpaper-api/feed)WikiDiscussions main Synced today

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

Wallpaper Api
=============

[](#wallpaper-api)

基于第三方的 壁纸 接口组件。

安装
--

[](#安装)

```
$ composer require dirzzle/wallpaper-api -vvv
```

必应壁纸
----

[](#必应壁纸)

```
use Drizzle\Wallpaper\Bing;

$bing = new Bing();
```

### 获取今日壁纸

[](#获取今日壁纸)

```
$response = $bing->todayWallpaper();
```

### 获取近期壁纸

[](#获取近期壁纸)

```
$response = $bing->recentWallpapers($start,$count);
```

### 获取 XML 格式返回值

[](#获取-xml-格式返回值)

以上两个方法最后一个参数为返回值类型，可选 `json` 与 `xml`，默认 `json`：

```
$response = $bing->todayWallpaper('xml');
```

### 参数说明

[](#参数说明)

参数说明选择start从几开始，默认 0可选count截取数量，默认 1可选360壁纸
-----

[](#360壁纸)

```
use Drizzle\Wallpaper\Zero;

$zero = new Zero();
```

### 获取壁纸分类

[](#获取壁纸分类)

```
$response = $zero->getCategories();
```

### 根据壁纸分类ID获取分类下壁纸图片

[](#根据壁纸分类id获取分类下壁纸图片)

```
$response = $zero->getAppsByCategory($cid,$page,$count)
```

### 获取最新壁纸

[](#获取最新壁纸)

```
$response = $zero->getAppsNews($page,$count)
```

### 参数说明

[](#参数说明-1)

参数说明选择cid获取到的分类ID必填page分页从几开始，默认 1可选count截取数量，默认 10可选欢迎点评→[issue](https://github.com/iamzu/wallpaper-api/issues)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

1754d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20226919?v=4)[drzzle](/maintainers/drzzle)[@drzzle](https://github.com/drzzle)

---

Top Contributors

[![iamzu](https://avatars.githubusercontent.com/u/29849233?v=4)](https://github.com/iamzu "iamzu (6 commits)")

### Embed Badge

![Health badge](/badges/drizzle-wallpaper-api/health.svg)

```
[![Health](https://phpackages.com/badges/drizzle-wallpaper-api/health.svg)](https://phpackages.com/packages/drizzle-wallpaper-api)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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