PHPackages                             cleey/phppoem - 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. cleey/phppoem

ActiveLibrary[Framework](/categories/framework)

cleey/phppoem
=============

如诗一般简洁、优美的PHP框架,PhpPoem is a poetic , simple and beautiful php framework, write php as a poem.

v2.2.2(3y ago)2646MITPHPPHP &gt;=5.3.0

Since Dec 28Pushed 3y ago6 watchersCompare

[ Source](https://github.com/cleey/phppoem)[ Packagist](https://packagist.org/packages/cleey/phppoem)[ Docs](https://github.com/cleey/phppoem)[ RSS](/packages/cleey-phppoem/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

PhpPoem
=======

[](#phppoem)

> PhpPoem, 如诗一般简洁优美的PHP框架
> PhpPoem, a simple and beautiful php framework, php will be like poet.

Home:
Author: [Cleey](http://www.cleey.com)
QQ Group: 137951449

快速安装(类unix)
-----------

[](#快速安装类unix)

> 站点根目录shell输入`git clone https://github.com/cleey/phppoem`部署框架代码
> 配置Hosts如下,并添加本地测试域

```
echo "127.0.0.1 dev.phppoem.com" >> /etc/hosts

```

> 配置Nginx rewrite及path,如下

```
server {
    listen       80;
    server_name  dev.phppoem.com;
    index index.php index.html index.shtml;

    #默认路径指向phppoem项目的public目录下
    root  /path/www/phppoem/public;

    #phppoem Url Rewrite
    location /{
        if (!-e $request_filename) {
            rewrite  ^/(.*)$  /index.php/$1  last;
            break;
        }
    }

    #phppoem Path Info
    location ~ \.php($|/) {
        fastcgi_pass  127.0.0.1:9000;
        fastcgi_index index.php;
        fastcgi_split_path_info  ^(.+\.php)(/.*)$;
        fastcgi_param  PATH_INFO $fastcgi_path_info;
        fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
        include fastcgi.conf;
    }
}

```

> 重载Nginx, 输入以下命令使配置文件生效

```
nginx -s reload

```

> 浏览器输入`http://dev.phppoem.com`, 框架会自动为您在目部录下构建测试项目`/app`，并在浏览器为您呈现Success!
> 现在！ 开始感受PhpPoem诗般的优雅吧！

压力测试
----

[](#压力测试)

服务器使用配置为 CPU：16核， RAM：16G测试 ，php5.3.3开启opcache，使用压测工具ab，结果如下：

```
ab -c7500 -t10 test.com
Requests per second:    7836.84 [#/sec] (mean)
Time per request:       957.019 [ms] (mean)
Time per request:       0.128 [ms] (mean, across all concurrent requests)
Transfer rate:          1642.15 [Kbytes/sec] received

```

PhpPoem 2.0 并发 7500 持续10s，结果 7836.84 req/s

如何成为PhpPoem贡献者
--------------

[](#如何成为phppoem贡献者)

PhpPoem 的源码托管在 GitHub，你可以进行派生（fork）、修改，最后发起 Pull Request 请求。我们会在最短的时间内对您提交的代码进行 Review，并反馈给您。

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.7% 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 ~183 days

Total

3

Last Release

1272d ago

### Community

Maintainers

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

---

Top Contributors

[![cleey](https://avatars.githubusercontent.com/u/12825785?v=4)](https://github.com/cleey "cleey (264 commits)")[![fsd-lsh](https://avatars.githubusercontent.com/u/24267726?v=4)](https://github.com/fsd-lsh "fsd-lsh (8 commits)")[![xdl1991](https://avatars.githubusercontent.com/u/20502397?v=4)](https://github.com/xdl1991 "xdl1991 (1 commits)")

---

Tags

frameworkphppoempoem

### Embed Badge

![Health badge](/badges/cleey-phppoem/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247608.3k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1610.2k5](/packages/wpstarter-framework)

PHPackages © 2026

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