PHPackages                             revolution/laravel-pagination-bulma - 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. revolution/laravel-pagination-bulma

ActiveLibrary

revolution/laravel-pagination-bulma
===================================

Laravel pagination template for Bulma

1.1.3(1y ago)612.1k↓18.2%1[1 PRs](https://github.com/kawax/laravel-pagination-bulma/pulls)MITBladePHP ^8.0

Since Mar 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kawax/laravel-pagination-bulma)[ Packagist](https://packagist.org/packages/revolution/laravel-pagination-bulma)[ RSS](/packages/revolution-laravel-pagination-bulma/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Pagination for Bulma
============================

[](#laravel-pagination-for-bulma)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Laravel &gt;= 10.0

> No version restrictions. It may stop working in future versions.

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

[](#installation)

```
composer require revolution/laravel-pagination-bulma

```

### AppServiceProvider@boot

[](#appserviceproviderboot)

```
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        Paginator::defaultView('pagination-bulma::bulma');
        Paginator::defaultSimpleView('pagination-bulma::bulma-simple');
    }
}
```

Publishing Views(Optional)
--------------------------

[](#publishing-viewsoptional)

```
php artisan vendor:publish --tag=pagination-bulma

```

`resources/views/vendor/pagination-bulma`

LICENSE
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~218 days

Recently: every ~380 days

Total

8

Last Release

728d ago

PHP version history (3 changes)1.0.0PHP ^7.2||^8.0

1.1.0PHP ^7.3||^8.0

1.1.2PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (14 commits)")

---

Tags

laravelpaginationbulma

### Embed Badge

![Health badge](/badges/revolution-laravel-pagination-bulma/health.svg)

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

PHPackages © 2026

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