PHPackages                             luochaolun/page - 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. luochaolun/page

ActiveLibrary

luochaolun/page
===============

simple php fenye

1.0.0(8y ago)029MITPHPPHP &gt;=5.4

Since Nov 27Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

PHP简单分页.

安装方法:

composer.phar require luochaolun/page dev-master

使用方法： require 'vendor/autoload.php';

use LclTools\\Page;

$count = 574;

$page = new Page($count, 25);

$limit = $page-&gt;get('limit'); //\[0,10\] 数组形式，方便Medoo中使用

$sql = "SELECT \* FROM 表名 LIMIT " . implode(',', $limit);

echo $sql;

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community1

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3086d ago

### Community

### Embed Badge

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

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

PHPackages © 2026

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