PHPackages                             revolution/laravel-pagination-uikit - 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. revolution/laravel-pagination-uikit

ActiveLibrary

revolution/laravel-pagination-uikit
===================================

Laravel pagination template for UIkit

1.0.4(1y ago)12.8k1MITBladePHP ^8.0

Since Mar 14Pushed 1y agoCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (1)

Laravel Pagination for UIkit
============================

[](#laravel-pagination-for-uikit)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Laravel &gt;= 10.0

> No version restrictions. It may stop working in future versions.

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

[](#installation)

```
composer require revolution/laravel-pagination-uikit

```

### AppServiceProvider@boot

[](#appserviceproviderboot)

```
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        Paginator::defaultView('pagination-uikit::uikit3');
        Paginator::defaultSimpleView('pagination-uikit::uikit3-simple');
    }
}
```

Publishing Views(Optional)
--------------------------

[](#publishing-viewsoptional)

```
php artisan vendor:publish --tag=pagination-uikit

```

`resources/views/vendor/pagination-uikit`

LICENSE
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Total

5

Last Release

725d ago

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

1.0.4PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (6 commits)")

---

Tags

laravelpaginationuikit

### Embed Badge

![Health badge](/badges/revolution-laravel-pagination-uikit/health.svg)

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

PHPackages © 2026

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