PHPackages                             maldicore/mrc-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. maldicore/mrc-pagination

ActiveLibrary

maldicore/mrc-pagination
========================

Provides MRC styled pagination slider HTML markup to Laravel4

029PHP

Since Jul 11Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Maldicore/Laravel-MRC-Pagination)[ Packagist](https://packagist.org/packages/maldicore/mrc-pagination)[ RSS](/packages/maldicore-mrc-pagination/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This Laravel 4 package extends the built in Twitter Bootstrap styled pagination slider HTML markup to provide MRC styled pagination slider HTML markup. Just a learning process to build a small usable customer package for Laravel

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

[](#installation)

Fiest install the package via Composer. Edit `composer.json` file and add require `maldicore/mrc-pagination`. eg:

```
"require": {
    "laravel/framework": "4.0.*",
    "maldicore/mrc-pagination": "dev-master"
}

```

Next, update Composer via Command Line:

```
composer update

```

Once update and package file downloaded, the next add service provider. Edit `app/config/app.php`, and add to the providers array.

```
'Maldicore\MRCPagination\MRCPaginationServiceProvider',

```

Last reference the pagination style. Open `app/config/view.php`, and modify pagination item in the array.

```
'pagination' => 'mrcpagination::slider',

```

That's it!

Usage
-----

[](#usage)

Use pagination just as you would normally and the markups generated for the links will be styled customized for MRC Website.

For more info on Laravel 4 Pagination, please check out

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/01041e64073c45ee4b5b4985569294ea00eb74bcf61f5342350694848479db03?d=identicon)[maldicore](/maintainers/maldicore)

---

Top Contributors

[![yusuf](https://avatars.githubusercontent.com/u/90121?v=4)](https://github.com/yusuf "yusuf (2 commits)")

### Embed Badge

![Health badge](/badges/maldicore-mrc-pagination/health.svg)

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

PHPackages © 2026

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