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 3d 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 64% 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

3026d ago

Major Versions

V0.2.0 → v1.0.02018-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/e51ec517b4a505a0a61b4af577ba1c981d7fda98de5efaa90828e4de515fbe36?d=identicon)[chanywn](/maintainers/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

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[impresscms/impresscms

ImpressCMS is an open source content management system with a focus on security and speed

291.1k](/packages/impresscms-impresscms)

PHPackages © 2026

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