PHPackages                             kakuilan/phalwoo - 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. kakuilan/phalwoo

ActiveLibrary

kakuilan/phalwoo
================

swoole server frame for phalcon

391PHP

Since Jul 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kakuilan/phalwoo)[ Packagist](https://packagist.org/packages/kakuilan/phalwoo)[ RSS](/packages/kakuilan-phalwoo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

phalwoo
=======

[](#phalwoo)

swoole server frame for phalcon
必须安装swoole和phalcon扩展

测试
cd tests
phpunit ServerTest.php
或
php Server/bin.php start

nginx配置

```
server {
    listen 80;
    root /home/wwwroot/default;
    server_name my.com;

    location / {
        try_files $uri $uri/ /index.php?_url=$uri&$args;
    }
    location ~ ^/(index)\.php(/|$) {
        proxy_set_header X-Real-IP  $remote_addr;
        proxy_set_header X-Forwarded-For $remote_addr;
        proxy_set_header Host $host;
        proxy_pass http://127.0.0.1:6666;
    }
}
```

部署时去掉:
phalcon/ide-stubs eaglewu/swoole-ide-helper
react/promise

$ret-&gt;send(); $response-&gt;end($ret-&gt;getContent());

session前缀\_PHCR *PHCOOKIE*压测性能不行,找原因:
`1 redis写入问题

TODO:
定时器待优化,会导致worker err
Cmponent 组件 log eventsManager
日志切割
redis长连接
db长连接
大量连接时session redis超时错误
redis/mysql连接池pop并发下出错

连接池参考Promise

cat-sys/cat-core
Hprose\\Promise
Prophecy

---

cron定时器基本格式 :

```
*　　*　　*　　*　　*　　
分　时　日　月　周　命令
第1列表示分钟1～59 每分钟用*或者 */1表示
第2列表示小时1～23（0表示0点）
第3列表示日期1～31
第4列表示月份1～12
第5列标识号星期0～6（0表示星期天）
```

---

abnormal exit, status=0, signal=11
signal=11 表示产生了 core dump，你需要使用 gdb 跟踪

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/052d0d8bf5c8db8e96d017460096cdd289564ec54b0268b39b45cbbf958ab8ee?d=identicon)[kakuilan](/maintainers/kakuilan)

---

Top Contributors

[![kakuilan](https://avatars.githubusercontent.com/u/2321437?v=4)](https://github.com/kakuilan "kakuilan (175 commits)")

### Embed Badge

![Health badge](/badges/kakuilan-phalwoo/health.svg)

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

PHPackages © 2026

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