PHPackages                             binarix/foundation-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. binarix/foundation-pagination

ActiveLibrary

binarix/foundation-pagination
=============================

Provides Zurb Foundation styled pagination slider HTML markup to Laravel4

1.0.0(12y ago)2514.8k↓100%8PHPPHP &gt;=5.3.0

Since Oct 24Pushed 12y ago2 watchersCompare

[ Source](https://github.com/binarix/Laravel-Foundation-Pagination)[ Packagist](https://packagist.org/packages/binarix/foundation-pagination)[ RSS](/packages/binarix-foundation-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

This Laravel 4 package extends the built in Twitter Bootstrap styled pagination slider HTML markup to provide Zurb Foundation styled pagination slider HTML markup.

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

[](#installation)

This release v1.0.0 supports the following versions of Laravel: "laravel/framework": "4.0.*" "laravel/framework": "4.1.*"

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `binarix/foundation-pagination`.

```
"require": {
    "binarix/foundation-pagination": "1.0.*"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes, the next step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Binarix\FoundationPagination\FoundationPaginationServiceProvider',

```

The final step is to reference one of the the pagination styles. Open `app/config/view.php`, and modify the pagination item in the array.

For normal style use:

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

```

For centered style use:

```
'pagination' => 'foundationpagination::slider-center',

```

That's it! You're all set to go.

Usage
-----

[](#usage)

Just use pagination as you would normally and the markups generated for the links will be styled for Zurb Foundation framework.

For more information on Pagination with Laravel 4, please check out the docs at

```
http://laravel.com/docs/pagination

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14fb883d052108e68e4507f375d350108837a59f0542ebb250a694706afb1913?d=identicon)[binarix](/maintainers/binarix)

---

Top Contributors

[![binarix](https://avatars.githubusercontent.com/u/4037156?v=4)](https://github.com/binarix "binarix (10 commits)")[![Stolz](https://avatars.githubusercontent.com/u/291060?v=4)](https://github.com/Stolz "Stolz (2 commits)")[![kostaspt](https://avatars.githubusercontent.com/u/684680?v=4)](https://github.com/kostaspt "kostaspt (1 commits)")

### Embed Badge

![Health badge](/badges/binarix-foundation-pagination/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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