PHPackages                             ludo/ludo - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ludo/ludo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ludo/ludo
=========

2.0.5(6y ago)4743MITCSSPHP &gt;=7.3

Since Feb 26Pushed 5y ago2 watchersCompare

[ Source](https://github.com/zhang-bin/ludo-php)[ Packagist](https://packagist.org/packages/ludo/ludo)[ RSS](/packages/ludo-ludo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (13)Used By (0)

Ludo-PHP
========

[](#ludo-php)

---

Ludo-PHP是一个快速，面向对象的轻量级PHP开发框架。

简介
--

[](#简介)

---

1. Ludo-PHP采用PDO Prepare方式操作数据库，避免SQL injection的风险，支持Mysql和PostgreSql两种数据库，支持读写分离和多数据库。
2. 自动路由模式，程序会自动解析url中的controller和action，通过reflection调用对应的方法。

    > $method = new ReflectionMethod($this-&gt;\_ctrl, $action);
    >
    > $output = $method-&gt;invoke($controller);
3. 自动记录request日志，日志内容包括$\_GET, $\_POST, $\_COOKIE, $\_SESSION, $\_SERVER, SQL, ERROR信息。
4. 支持异步任务队列功能
5. 表单提交自动使用csrf token,避免csrf攻击

安装
--

[](#安装)

---

composer create-project --prefer-dist ludo/ludo project-name

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

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

Recently: every ~53 days

Total

12

Last Release

2210d ago

Major Versions

1.3.3 → 2.0.02019-09-29

PHP version history (3 changes)1.1PHP &gt;=5.5

2.0.0PHP &gt;=7.2

2.0.2PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad81b7b2df4bc8ae2edb5dc92fd5d36397cf5302c909e60ee9f964b913857cad?d=identicon)[zhang-bin](/maintainers/zhang-bin)

---

Top Contributors

[![zhang-bin](https://avatars.githubusercontent.com/u/3616479?v=4)](https://github.com/zhang-bin "zhang-bin (141 commits)")

### Embed Badge

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

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

PHPackages © 2026

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