PHPackages                             hsioe/zero - 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. [Framework](/categories/framework)
4. /
5. hsioe/zero

ActiveProject[Framework](/categories/framework)

hsioe/zero
==========

webservice base on webman

1.0.5(1y ago)021MITJavaScriptPHP &gt;=8.0

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dhsioe/hsioe-zero)[ Packagist](https://packagist.org/packages/hsioe/zero)[ RSS](/packages/hsioe-zero/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (6)Used By (0)

hsioe-zero
==========

[](#hsioe-zero)

`hsioe-zero` 是基于webman配置的服务端快速启动脚手架

- 后台管理
- 定时任务
- 异步任务（基于[hsioe-job](https://github.com/dhsioe/jobs)）
- 自定义配置
- 二级缓存 (基于 yac 构建更适合高吞吐量的数据缓存)

前言
--

[](#前言)

项目诞生背景是想借助组件化方式重构当前正在运行的 量化交易程序。

早起量化交易服务模块掺杂太多的子模块和依赖且大部分都是引用方式，导致维护成本逐步变高，服务组件化势在必行，于是诞生了设计一个脚手架并且用脚手架重构量化交易系统的想法！

安装
--

[](#安装)

使用 [composer](https://getcomposer.org/download/) 来搭建一个基于`hsioe-zero`脚手架的项目非常简单, 运行以下命令即可完成

```
composer create-project "hsioe/zero" ./
```

确保脚手架的所有主键能正常运行，建议`php环境 >= 8.1`

快速开始
----

[](#快速开始)

安装完成后,系统会再根目录生成 `.env` 文件，需要你自行配置本地的数据库信息

```
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=test
DB_USER=foo
DB_PASSWORD=123456

```

相关配置完成后，运行以下命令

- windos用户

```
cd /you_project;
php windows.php

```

- Linux / Mac 用户

```
cd /you_project;
php start.php start

```

- docker

基于在 `windows`平台下开发调试YAC缓存存在兼容性问题，小伙伴也可以尝试使用docker来部署本地环境，镜像已经配好,运行以下命令即可快速启动

```
docker-compose -f ./deploy/docker-compose.yml up -d
```

执行完以上命令后，浏览器打开  看到以下界面即为安装成功

更新日志
----

[](#更新日志)

- 2024/06/19 发布1.0.4版本
- 2024-06-14 发布v1.0.0版本

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~1 days

Total

5

Last Release

699d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.3PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/71caf92c5a7c07b2ca1728cdbc637cd38c2b484356644744e44f3fe1a1b490d7?d=identicon)[dhsioe](/maintainers/dhsioe)

---

Top Contributors

[![dawei0937](https://avatars.githubusercontent.com/u/9084597?v=4)](https://github.com/dawei0937 "dawei0937 (8 commits)")[![dhsioe](https://avatars.githubusercontent.com/u/50698094?v=4)](https://github.com/dhsioe "dhsioe (1 commits)")

---

Tags

webman app frame

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hsioe-zero/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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