PHPackages                             swooder/simple-pagination - 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. swooder/simple-pagination

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

swooder/simple-pagination
=========================

simple pagination extension for laravel-admin

1.0.0(2y ago)01.7kMITPHPPHP &gt;=7.0.0

Since May 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/swooder/simple-pagination)[ Packagist](https://packagist.org/packages/swooder/simple-pagination)[ Docs](https://github.com/swooder/simple-pagination)[ RSS](/packages/swooder-simple-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Let your laravel-admin grid support simple-pagination
=====================================================

[](#let-your-laravel-admin-grid-support-simple-pagination)

This is an extension to integrates [Laravel simple-pagination ](https://laravel.com/docs/#pagination#main-content) into laravel-admin.

Installation
------------

[](#installation)

```
composer require swooder/simple-pagination
```

Configurations
--------------

[](#configurations)

Open `config/app.php`, add configurations for providers sections

```
'providers' => [
    ...
    Swooder\SimplePagination\SimplePaginationServiceProvider::class
]

```

Usage
-----

[](#usage)

Use it in the grid:

```
// origin use case in  grid
$grid = new Grid(new User());

//now replace Grid to SimpleGird
$grid = new SimpleGrid(new User());

//if you need the defalut paginator
$grid->simplePaginate(false);
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f688332d4e259ba48f6f83c6f57c56a498d1d2d99cd3205ba1ef2a87d4ecaf9?d=identicon)[woodfish](/maintainers/woodfish)

---

Top Contributors

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

---

Tags

paginationgridextensionlaravel-adminsimplePaginate

### Embed Badge

![Health badge](/badges/swooder-simple-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/swooder-simple-pagination/health.svg)](https://phpackages.com/packages/swooder-simple-pagination)
```

###  Alternatives

[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)[cyd622/laravel-admin-ext-echarts

Use Echarts in laravel-admin

349.5k](/packages/cyd622-laravel-admin-ext-echarts)[jxlwqq/simditor

Simditor for Laravel-admin

1629.0k1](/packages/jxlwqq-simditor)[jxlwqq/watermark

generate text watermark with canvas

1014.8k](/packages/jxlwqq-watermark)

PHPackages © 2026

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