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

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

tiagof2/materializecss-laravel-pagination
=========================================

MaterializeCSS Laravel Pagination

v1.0.3(5y ago)380MITPHPPHP ^7.2|^8.0

Since Mar 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tiagofrancafernandes/materializecss-laravel-pagination)[ Packagist](https://packagist.org/packages/tiagof2/materializecss-laravel-pagination)[ Docs](https://tiagofranca.com)[ RSS](/packages/tiagof2-materializecss-laravel-pagination/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

MaterializeCSS Laravel Pagination
---------------------------------

[](#materializecss-laravel-pagination)

Laravel Pagination for

---

On Composer packagist:

---

### Installation

[](#installation)

```
composer require tiagof2/materializecss-laravel-pagination

```

---

### Usage

[](#usage)

1 - Send paginated data to the view

```
//MyController.php
$contacts = Agenda::paginate(10);

return view('agenda.index', [
    'contacts' => $contacts,
]);
```

2 - In your view

```
// agenda/index.blade.php
{!! with(new TiagoF2\MaterializePagination\MaterializePagination($contacts))->render() !!}

// With custom color
{!! with(new TiagoF2\MaterializePagination\MaterializePagination($contacts))->setColor('indigo lighten-2')->render() !!}
```

##### MaterializeCSS Colors:

[](#materializecss-colors)

#### Demo Print

[](#demo-print)

[![](print_1.png)](print_1.png)

---

Inspired by

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

2

Last Release

1946d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93414335?v=4)[Tiago F2 - Package maker](/maintainers/tiagof2)[@tiagof2](https://github.com/tiagof2)

---

Top Contributors

[![tiagofrancafernandes](https://avatars.githubusercontent.com/u/8310974?v=4)](https://github.com/tiagofrancafernandes "tiagofrancafernandes (2 commits)")[![tiago-pontomais](https://avatars.githubusercontent.com/u/75444821?v=4)](https://github.com/tiago-pontomais "tiago-pontomais (1 commits)")

---

Tags

laravelpaginationpaginatematerializematerializecsstiagof2

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

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

725172.4k14](/packages/tallstackui-tallstackui)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.8M142](/packages/laravel-cashier)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M613](/packages/laravel-scout)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)

PHPackages © 2026

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