PHPackages                             jizhi/webman-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. jizhi/webman-api

ActiveLibrary[API Development](/categories/api)

jizhi/webman-api
================

Webman plugin jizhi/webman-api

1.0.2(11mo ago)09MITPHPPHP &gt;=8.0

Since Jan 8Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/sym134/webman-api)[ Packagist](https://packagist.org/packages/jizhi/webman-api)[ RSS](/packages/jizhi-webman-api/feed)WikiDiscussions main Synced 1mo ago

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

jizhi-webman-api
================

[](#jizhi-webman-api)

简单api token使用shopwwi的包修改

支持请求post\\get驼峰转下划线

支持响应下划线自动转驼峰

### 安装

[](#安装)

```
    composer require jizhi/webman-api
```

### 安装请求记录表

[](#安装请求记录表)

```
php webman api:install
```

### 配置auth config/plugin/jizhi/auth/app.php

[](#配置auth-configpluginjizhiauthappphp)

```
 return [
      // ........
     'guard' => [
         // 添加 api
         'api' => [
             'key' => 'id',
             'field' => ['id','name','email','mobile'], //设置允许写入扩展中的字段
             'num' => 0, //-1为不限制终端数量 0为只支持一个终端在线 大于0为同一账号同终端支持数量 建议设置为1 则同一账号同终端在线1个
             'model'=> User::class
         ]
     ],
    // ........
```

### .env配置

[](#env配置)

```
#sql打印
API_SQL_MONITOR_ENABLE=true
#请求日志
API_REQUEST_LOG_ENABLE=true
# 请求换下划线
API_CONVERT_REQUEST_NAME_ENABLE=false
# 响应转驼峰
API_CONVERT_RESPONSE_NAME_ENABLE=false
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance56

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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 ~158 days

Total

2

Last Release

337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/501c964d23378039edf0c40caa32f7f84ecaa9c5b103b280d3412dba562f24eb?d=identicon)[sym134](/maintainers/sym134)

---

Top Contributors

[![warmup413](https://avatars.githubusercontent.com/u/32946251?v=4)](https://github.com/warmup413 "warmup413 (16 commits)")

### Embed Badge

![Health badge](/badges/jizhi-webman-api/health.svg)

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

###  Alternatives

[spatie/laravel-query-builder

Easily build Eloquent queries from API requests

4.4k26.9M220](/packages/spatie-laravel-query-builder)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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