PHPackages                             gclinux/think-paginate-layui-style - 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. gclinux/think-paginate-layui-style

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

gclinux/think-paginate-layui-style
==================================

用于修正layui 2.0分页样式与thinkphp分页样式的兼容

0.1(8y ago)3941MITPHP

Since Dec 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gclinux/think-paginate-layui-style)[ Packagist](https://packagist.org/packages/gclinux/think-paginate-layui-style)[ RSS](/packages/gclinux-think-paginate-layui-style/feed)WikiDiscussions master Synced yesterday

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

介绍: 关于layui : 关于thinkphp :

layui是一个前端解决方案,目的是以最简单的方式让后端人员解决前端问题. 与其他框架不一样,它提供的并不只是框架,而是是一种打包的解决方案,这个方案包各种常见的插件都以最简单和通用的方式展现,节约时间,而且与其他框架不冲突.

thinkphp5 是一个轻量级的面向api开发的后端php框架,可以说与laravel5有参考地方,但实现方面更轻量级,更灵活.

本插件是解决tp5只内置bootstrap的分页方式,如果你只是想用TP自带的mvc的模版方式输出而不想用MVVC方式,想结合layui又不想用bootstrap时候,这个模块能帮助你用最tp的方式输出layui的css分页方式.

安装方法:

```
conposer require gclinux/think-paginate-layui-style

```

使用方法:

修改您的配置文件,默认为应用目录下的 config.php

把分页里'type' =&gt; 'bootstrap',改为 type=&gt;'Layui';

例如:

```
//分页配置
    'paginate'      => [
        'type'      => 'Layui',
        'var_page'  => 'page',
        'list_rows' => 15,
        'newstyle'  => true,
    ],

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d936ead2ff5263eab7482a3ae58a6ba348bb93f7b9add32e4f4a225161ec95f?d=identicon)[gclinux](/maintainers/gclinux)

---

Top Contributors

[![gclinux](https://avatars.githubusercontent.com/u/4175914?v=4)](https://github.com/gclinux "gclinux (4 commits)")

---

Tags

layuithinkphp

### Embed Badge

![Health badge](/badges/gclinux-think-paginate-layui-style/health.svg)

```
[![Health](https://phpackages.com/badges/gclinux-think-paginate-layui-style/health.svg)](https://phpackages.com/packages/gclinux-think-paginate-layui-style)
```

###  Alternatives

[lootils/geo

A simple library for dealing with Earth geo coordinate manipulations.

1624.7k1](/packages/lootils-geo)

PHPackages © 2026

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