PHPackages                             alkhatibdev/inertia-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. alkhatibdev/inertia-pagination

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

alkhatibdev/inertia-pagination
==============================

Laravel Inertia Pagination, is a Laravel package for generating inertia pagination vue component, designed with TailwindCSS.

0.0.1(2y ago)2152MITVue

Since Nov 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alkhatibdev/inertia-pagination)[ Packagist](https://packagist.org/packages/alkhatibdev/inertia-pagination)[ RSS](/packages/alkhatibdev-inertia-pagination/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Inertia Pagination
==========================

[](#laravel-inertia-pagination)

[![Latest Version](https://camo.githubusercontent.com/fe8488073662a9d7263aa356e70187cab323afe0aea78ecc7d1bee28dec9b188/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616c6b68617469626465762f696e65727469612d706167696e6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/alkhatibdev/inertia-pagination/releases)[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Introduction
------------

[](#introduction)

Laravel Inertia Pagination, is a Laravel package for generating inertia pagination vue component, designed with TailwindCSS.

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

[](#installation)

install via composer

```
composer require alkhatibdev/inertia-pagination
```

Publish
-------

[](#publish)

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

Usage
-----

[](#usage)

Assume this is your inertia response:

```
// App\Http\Controllers\PostController

public function index()
{
    return Inertia::render('Post/Index', [
        'posts' => Post::select([
            "id", "title", "description"
        ])->paginate(10),
    ]);
}
```

Within your inertia page, just import `IPagination` vue component, then pass your paginated collection links to it.

```
// resources/js/Pages/Post/Index.vue

    import IPagination from '@/Components/vendor/InertiaPagination/IPagination.vue'

    defineProps({
        posts: Object
    })

    ...
        ...

    ...

```

Customization
-------------

[](#customization)

Coming soon..

License
-------

[](#license)

Language Switcher is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

890d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a98ee8122409e21e0d095bde2b1d5b6541ff0c18a693a9e7f2828b5ee76eecd?d=identicon)[alkhatibdev](/maintainers/alkhatibdev)

---

Top Contributors

[![alkhatibdev](https://avatars.githubusercontent.com/u/20454989?v=4)](https://github.com/alkhatibdev "alkhatibdev (3 commits)")

### Embed Badge

![Health badge](/badges/alkhatibdev-inertia-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/alkhatibdev-inertia-pagination/health.svg)](https://phpackages.com/packages/alkhatibdev-inertia-pagination)
```

PHPackages © 2026

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