PHPackages                             shinevv/lemons - 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. shinevv/lemons

ActiveLibrary[Framework](/categories/framework)

shinevv/lemons
==============

a modern php framework

v1.0.2(4y ago)0131MITPHPPHP &gt;=5.6.4

Since Sep 5Pushed 2y agoCompare

[ Source](https://github.com/shinevv/lemons)[ Packagist](https://packagist.org/packages/shinevv/lemons)[ RSS](/packages/shinevv-lemons/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (6)Used By (0)

Lemons
======

[](#lemons)

Lemons 是一个轻量级的 PHP 框架

如何使用
----

[](#如何使用)

1. 安装

    ```
    composer require shinevv/lemons 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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

1790d ago

Major Versions

v0.2.0 → v1.0.02018-01-30

### Community

Maintainers

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

---

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)")[![huojianwei](https://avatars.githubusercontent.com/u/43632843?v=4)](https://github.com/huojianwei "huojianwei (4 commits)")

### Embed Badge

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

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

###  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)
