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.9k7[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 today

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

35

—

LowBetter than 77% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity29

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

1025d 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

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/cashier

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

2.6k29.9M146](/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.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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