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

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

leknoppix/laravel-pretty-pagination
===================================

Pretty pagination URLs for Laravel.

1.5(2mo ago)0128MITPHPPHP ^8.0

Since Aug 24Pushed 2mo agoCompare

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

READMEChangelog (3)Dependencies (10)Versions (4)Used By (0)

Laravel Pretty Pagination
=========================

[](#laravel-pretty-pagination)

This package generates pretty pagination URLs:

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

```

Install
-------

[](#install)

Install this package via Composer:

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

3

Last Release

68d ago

PHP version history (2 changes)1.3PHP ^7.2|^8.0

1.5PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/708669?v=4)[Pascal Cañadas](/maintainers/leknoppix)[@leknoppix](https://github.com/leknoppix)

---

Top Contributors

[![domkrm](https://avatars.githubusercontent.com/u/10560668?v=4)](https://github.com/domkrm "domkrm (3 commits)")[![leknoppix](https://avatars.githubusercontent.com/u/708669?v=4)](https://github.com/leknoppix "leknoppix (2 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![SimonBarrettACT](https://avatars.githubusercontent.com/u/57679318?v=4)](https://github.com/SimonBarrettACT "SimonBarrettACT (1 commits)")

---

Tags

laravelpaginationpretty

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M210](/packages/laravel-mcp)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M158](/packages/laravel-cashier)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)

PHPackages © 2026

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