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

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

sebastiansulinski/laravel-pagination
====================================

Custom pagination wrapper for Laravel 5 with form Select and Zurb Foundation implementations.

v1.1.1(10y ago)1565MITPHPPHP &gt;=5.5.9

Since Oct 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sebastiansulinski/laravel-pagination)[ Packagist](https://packagist.org/packages/sebastiansulinski/laravel-pagination)[ RSS](/packages/sebastiansulinski-laravel-pagination/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

Laravel 5 pagination wrapper
============================

[](#laravel-5-pagination-wrapper)

Custom pagination wrapper with Form Select and Zurb Foundation implementations.

Preview
-------

[](#preview)

#### Desktop

[](#desktop)

[![Pagination on Desktop](/assets/images/desktop.jpg?raw=true "Pagination on Desktop")](/assets/images/desktop.jpg?raw=true)

#### Smart Phone

[](#smart-phone)

[![Pagination on Smart Phone](/assets/images/smart-phone.jpg?raw=true "Pagination on Smart Phone")](/assets/images/smart-phone.jpg?raw=true)

---

Select functionality
--------------------

[](#select-functionality)

For the select to work with the pagination - you can use [sebastiansulinski/ssd-select](https://www.npmjs.com/package/ssd-select) and bind its `go-to` action with our `select` element somewhere from within your JavaScript files:

```
$('.select-pagination select').ssdSelect({
    action: 'go-to'
});

```

Usage
-----

[](#usage)

From within your controller's method use the `pagination()` method as you would with the default pagination.

```
public function index()
{
    $collection = Product::latest()->paginate(12);

    return $this->view('product.index', compact('collection'));
}

```

In the view wrap the collection with one of the pagination wrappers

```
{!! (new \SSD\Pagination\Select($collection))->render() !!}

```

or

```
{!! (new \SSD\Pagination\Foundation($collection))->render() !!}

```

To center pagination on the page use the div with class `pagination-center` (this will only work if you used the attached scss file to render your styles)

```

    {!! (new \SSD\Pagination\Select($collection))->render() !!}

```

```

    {!! (new \SSD\Pagination\Foundation($collection))->render() !!}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3743d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2211203?v=4)[Sebastian Sulinski](/maintainers/sebastiansulinski)[@sebastiansulinski](https://github.com/sebastiansulinski)

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

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

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[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)
