PHPackages                             hso/test-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. hso/test-api

ActiveLibrary[API Development](/categories/api)

hso/test-api
============

api安全链路追踪

v1.0.1(2y ago)05MITPHPPHP &gt;=7.1.1

Since Dec 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wuhanwuya/security-api-manager)[ Packagist](https://packagist.org/packages/hso/test-api)[ RSS](/packages/hso-test-api/feed)WikiDiscussions main Synced 2d ago

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

 http
======

[](#-http-)

 对接安全中心资产上报，适用laravel框架.

Installing
----------

[](#installing)

```
$ composer require dxy/security-api-manger -vvv
```

```
CREATE TABLE `security_api_manager` (
  `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT '主键id',
  `time_stamp` bigint NOT NULL DEFAULT '0' COMMENT '时间戳',
  `client_ip` varchar(100)  NOT NULL DEFAULT '' COMMENT 'ip',
  `service_name` varchar(50)  NOT NULL DEFAULT '' COMMENT '服务名称（pk里的值）',
  `domain` varchar(100)  NOT NULL DEFAULT '' COMMENT '域名',
  `method` varchar(50)  NOT NULL DEFAULT '' COMMENT '请求方式',
  `request_path` varchar(250)  NOT NULL DEFAULT '' COMMENT '请求urlpath',
  `request_info` mediumtext  COMMENT '请求信息（包含param和header）',
  `response_length` int NOT NULL DEFAULT '0' COMMENT '响应体长度',
  `response_info` mediumtext  COMMENT '响应信息（包含code header content）',
  `hash_code` varchar(64)  NOT NULL DEFAULT '' COMMENT '唯一值',
  `is_sync` tinyint NOT NULL DEFAULT '0' COMMENT '是否已同步 0否 1是',
  `created_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  `modified_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
  PRIMARY KEY (`id`),
  KEY `idx_is_sunc_created_time` (`is_sync`,`created_time`),
  KEY `idx_request_path_created_time` (`request_path`,`created_time`)
)  COMMENT='Api资产上报数据';
```

Description
-----------

[](#description)

laravel需要额外安装的模块：cache，log

Usage
-----

[](#usage)

```
```

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

932d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e8cf07e784d1cc7082f9d51d8beab9d2c3e772b1bd623e86daa19bef5f68f85?d=identicon)[wuhanwuya](/maintainers/wuhanwuya)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hso-test-api/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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