PHPackages                             chanywn/lemon - 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. chanywn/lemon

ActiveLibrary[Framework](/categories/framework)

chanywn/lemon
=============

a modern php framework

v1.0.0(8y ago)92091MITPHPPHP &gt;=5.6.4

Since Sep 5Pushed 8y agoCompare

[ Source](https://github.com/chanywn/lemon)[ Packagist](https://packagist.org/packages/chanywn/lemon)[ RSS](/packages/chanywn-lemon/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

lemon-framework
===============

[](#lemon-framework)

🍋 是一个现代的 PHP 框架

#### 相关项目

[](#相关项目)

基于 lemon 框架的博客项目

#### 如何使用

[](#如何使用)

1.安装

```
composer require chanywn/lemon dev-master

```

2.新建index.php文件

```
require 'vendor/autoload.php';

use Lemon\Route;

Route::get('/', function($request, $response){
	return $response->write('Hello lemon');
});

Route::run();

```

3.执行内置服务器

```
php -S localhost:4000

```

4.访问 localhost:4000

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 56.5% 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 ~73 days

Total

3

Last Release

3074d ago

Major Versions

V0.2.0 → v1.0.02018-01-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28001537?v=4)[chanh](/maintainers/chanywn)[@chanywn](https://github.com/chanywn)

---

Top Contributors

[![chanywn](https://avatars.githubusercontent.com/u/28001537?v=4)](https://github.com/chanywn "chanywn (13 commits)")[![hanson1977](https://avatars.githubusercontent.com/u/3887205?v=4)](https://github.com/hanson1977 "hanson1977 (10 commits)")

---

Tags

frameworklemonphp

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[laravel/framework

The Laravel Framework.

34.8k532.1M19.5k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[getkirby/cms

The Kirby core

1.5k567.4k438](/packages/getkirby-cms)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M528](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)

PHPackages © 2026

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