PHPackages                             phe18/laravel-pretty-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. phe18/laravel-pretty-pagination

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

phe18/laravel-pretty-pagination
===============================

A package for pretty pagination in Laravel

136PHP

Since Apr 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/phe18/laravel-pretty-pagination)[ Packagist](https://packagist.org/packages/phe18/laravel-pretty-pagination)[ RSS](/packages/phe18-laravel-pretty-pagination/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Pretty Pagination - Laravel 11
======================================

[](#laravel-pretty-pagination---laravel-11)

This package generates pretty pagination URLs:

```
http://localhost/users/page/2

```

Install
-------

[](#install)

Install this package via Composer:

```
composer require phe18/laravel-pretty-pagination

```

Usage
-----

[](#usage)

To generate pretty URLs simply call the `paginate()` macro on your routes:

```
Route::get('/users', ...)->name('users')->paginate();
```

If you wan't to change the prefix (default is `page`):

```
Route::get('/users', ...)->name('users')->paginate('seite');
```

Or if you don't want to use any prefix:

```
Route::get('/users', ...)->name('users')->paginate(null);
```

Notes
-----

[](#notes)

- The route must have a name
- The `paginate()` macro must be called as last

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b86f5228b77285a5d48330d716aa45fac51cff8ec4e7c251356b4d453d533090?d=identicon)[phe18](/maintainers/phe18)

---

Top Contributors

[![phe18](https://avatars.githubusercontent.com/u/206969841?v=4)](https://github.com/phe18 "phe18 (2 commits)")[![tranthihuonglyhn](https://avatars.githubusercontent.com/u/169322416?v=4)](https://github.com/tranthihuonglyhn "tranthihuonglyhn (1 commits)")

### Embed Badge

![Health badge](/badges/phe18-laravel-pretty-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/phe18-laravel-pretty-pagination/health.svg)](https://phpackages.com/packages/phe18-laravel-pretty-pagination)
```

###  Alternatives

[phpacker/phpacker

Package a PHP script as a standalone cross-platform binary. Convenience wrapper around static-php &amp; phpmicro using general-purpose php binaries

4114.2k2](/packages/phpacker-phpacker)[compwright/codeigniter-installers

Composer installers for CodeIgniter

2982.0k4](/packages/compwright-codeigniter-installers)

PHPackages © 2026

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