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 1mo ago

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 54% 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

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

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.0M314](/packages/illuminate-redis)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)

PHPackages © 2026

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