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

ActiveLibrary

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

Pretty pagination URLs for Laravel.

1.4(7mo ago)079↓100%MITPHPPHP ^7.2|^8.0

Since Aug 24Pushed 7mo 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 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)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

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

239d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67c806bcc8974f9e193cac321821df57bedb9c6bfd4e12f97c7edfdd693308af?d=identicon)[leknoppix](/maintainers/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

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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