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

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

ctsoft/laravel-pretty-pagination
================================

Pretty pagination URLs for Laravel.

v1.2.0(2y ago)171.8k7[1 issues](https://github.com/ctsoft-de/laravel-pretty-pagination/issues)MITPHPPHP ^7.2|^8.0

Since Jan 13Pushed 1y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (5)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 ctsoft/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

36

—

LowBetter than 82% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Every ~486 days

Total

3

Last Release

973d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.1.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/29c1f1b7e5d226d275c75a52387ca5b394a8cff256bbb39fe8fcc9090b794d82?d=identicon)[ctsoft](/maintainers/ctsoft)

---

Top Contributors

[![domkrm](https://avatars.githubusercontent.com/u/10560668?v=4)](https://github.com/domkrm "domkrm (3 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/ctsoft-laravel-pretty-pagination/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[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)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)

PHPackages © 2026

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