PHPackages                             omidmorovati/paginator - 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. omidmorovati/paginator

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

omidmorovati/paginator
======================

pretty paginator alternative for default laravel paginator

1.2(5y ago)017MITPHPPHP &gt;=7

Since May 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/OmidMorovati/paginator)[ Packagist](https://packagist.org/packages/omidmorovati/paginator)[ Docs](https://github.com/omidmorovati/paginator)[ RSS](/packages/omidmorovati-paginator/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (11)Used By (0)

Suitable Paginator alternative to Laravel Paginator
===================================================

[](#suitable-paginator-alternative-to-laravel-paginator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/897cac60dcda4d64affd25f075c4b5dafa0b1b73b7bc16292d6ee45b88d4ceea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d69646d6f726f766174692f706167696e61746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omidmorovati/paginator)[![Build Status](https://camo.githubusercontent.com/ce287ca324d207971d8ad86f5ec7f6b1196773eeae6013ef664188fa09c4b61e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f6d69646d6f726f766174692f706167696e61746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/omidmorovati/paginator)[![Quality Score](https://camo.githubusercontent.com/102c757b1d0577ca39694698b03429bb2b510e01d1f72d57f44b111116cfa983/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f6d69646d6f726f766174692f706167696e61746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/omidmorovati/paginator)[![Total Downloads](https://camo.githubusercontent.com/6a7f26ff0475b9f79862b26f743d7f03c9225a6ec8387551b8c8ac08605034a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d69646d6f726f766174692f706167696e61746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omidmorovati/paginator)

When using default laravel paginator (simplePaginate or paginate methods) you cant easily assign custom url . so by using this package you can assign your custom url in configuration file as well as parameter.

Installation
------------

[](#installation)

**You can install the package via composer:**

```
composer require omidmorovati/paginator
```

**To Publish All Config Run This:**

```
php artisan omidmorovati-paginator:install
```

Usage
-----

[](#usage)

**To Paginate Model:**

```
$users=\App\User::makePaginate($perPage);
```

**To Render Model Collection:**

```
$users->renderPaginate();
```

***you can change default\_uri in config\\paginator.php OR use as renderPaginate parameter:***

```
$users->renderPaginate('/page/');
```

**To include Css style:**

```

```

**so You can change style.css in public folder**

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [omid morovati](https://github.com/omidmorovati)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

10

Last Release

2180d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41432886?v=4)[omidmorovati](/maintainers/omidmorovati)[@OmidMorovati](https://github.com/OmidMorovati)

---

Top Contributors

[![OmidMorovati](https://avatars.githubusercontent.com/u/41432886?v=4)](https://github.com/OmidMorovati "OmidMorovati (19 commits)")

---

Tags

paginatoromidmorovati

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/omidmorovati-paginator/health.svg)

```
[![Health](https://phpackages.com/badges/omidmorovati-paginator/health.svg)](https://phpackages.com/packages/omidmorovati-paginator)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[knplabs/knp-components

Knplabs component library

77343.6M46](/packages/knplabs-knp-components)[coffeecode/paginator

Paginator is simple and is ready to generate results navigation in your application

59658.1k1](/packages/coffeecode-paginator)[beberlei/porpaginas

Library that generically solves several pagination issues with DAO/repository abstractions.

163612.6k11](/packages/beberlei-porpaginas)[laminas/laminas-paginator

Paginate collections of data from arbitrary sources

245.7M84](/packages/laminas-laminas-paginator)[lampager/lampager-laravel

Rapid pagination for Laravel

7641.4k](/packages/lampager-lampager-laravel)

PHPackages © 2026

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