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

ActiveLibrary

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

MaterializeCSS Laravel Pagination

v1.0.3(5y ago)480MITPHPPHP ^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 yesterday

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

1895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe1fcc4a5bb1a09c939e15e236c9cbe23ff131784de1db6407533f2fdf0a93f8?d=identicon)[tiagof2](/maintainers/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

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[laravel/scout

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

1.7k49.4M479](/packages/laravel-scout)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)

PHPackages © 2026

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