PHPackages                             steezer/steeze - 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. steezer/steeze

ActiveProject[Framework](/categories/framework)

steezer/steeze
==============

An elegant and concise, but efficient PHP framework

v1.3.8(1mo ago)11293MITPHPPHP &gt;=5.4.0

Since Feb 3Pushed 2w ago3 watchersCompare

[ Source](https://github.com/steezer/steeze)[ Packagist](https://packagist.org/packages/steezer/steeze)[ Docs](https://github.com/steezer/steeze)[ RSS](/packages/steezer-steeze/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (3)Versions (17)Used By (0)

Steeze 开发框架使用说明
===============

[](#steeze-开发框架使用说明)

系统简介
----

[](#系统简介)

 steeze是一个优雅、简洁而又高效的PHP开源框架，在整合了知名框架ThinkPHP和Laravel优点的同时，重写了底层架构，增强了功能实现。支持容器、模型、依赖注入、中间件、路由配置、自定义模板引擎功能，支持多模块独立配置和集成开发，同时支持WEB和Cli两种运行模式。

系统运行环境要求
--------

[](#系统运行环境要求)

- PHP &gt;= 5.4
- PHP PDO 扩展
- PHP Mbstring 扩展
- PHP XML 扩展

开始使用
----

[](#开始使用)

### 1. 安装

[](#1-安装)

```
git clone https://github.com/steezer/steeze.git

```

### 2. Public 目录

[](#2-public-目录)

安装完成之后，需要将Web服务器的根目录指向public目录。该目录下的index.php文件将作为所有进入应用程序的 HTTP 请求的前端控制器。

### 3. 配置文件

[](#3-配置文件)

框架的所有配置文件都放在 storage/Conf 目录中。除了route和middleware，其余所有的配置都可以在模块目录配置，模块中配置会覆盖storage/Conf目录下的同名配置键值。

### 4. 目录权限

[](#4-目录权限)

安装完成之后，需要将storage目录设置为可读写

### 5. 优雅链接的配置

[](#5-优雅链接的配置)

#### Apache

[](#apache)

Steeze 使用 public/.htaccess 文件来为前端控制器提供隐藏了 index.php 的优雅链接。如果你的 Steeze 使用了 Apache 作为服务容器，请务必启用 mod\_rewrite模块，让服务器能够支持 .htaccess 文件的解析。 如果 Steeze 附带的 .htaccess 文件不起作用，就尝试用下面的方法代替：

```
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

```

#### Nginx

[](#nginx)

如果你使用的是 Nginx，在你的站点配置中加入以下内容，它将会将所有请求都引导到 index.php 前端控制器：

```
location / {
    try_files $uri $uri/ /index.php?$query_string;
}

```

开发文档
----

[](#开发文档)

[点击查看开发文档](http://steeze.cn/docs/startup/index/)

API手册
-----

[](#api手册)

[点击查看API手册](https://api.doc.steeze.cn/)

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance93

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~401 days

Total

16

Last Release

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb35a9da39a91c643582c9b50ede94e54b163df70ceface12ccb0ba93d50bd45?d=identicon)[springwind2006](/maintainers/springwind2006)

---

Top Contributors

[![steezer](https://avatars.githubusercontent.com/u/18071603?v=4)](https://github.com/steezer "steezer (330 commits)")

---

Tags

frameworkormthinkphpsteezelavaral

### Embed Badge

![Health badge](/badges/steezer-steeze/health.svg)

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

PHPackages © 2026

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