PHPackages                             indexboost/laravel - 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. indexboost/laravel

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

indexboost/laravel
==================

IndexBoost Render middleware for Laravel

00PHP

Since Apr 16Pushed 3mo agoCompare

[ Source](https://github.com/indexboost/laravel)[ Packagist](https://packagist.org/packages/indexboost/laravel)[ RSS](/packages/indexboost-laravel/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

indexboost/laravel
==================

[](#indexboostlaravel)

IndexBoost Render middleware for **Laravel 10+**.

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

[](#installation)

```
composer require indexboost/laravel
```

Publish the config:

```
php artisan vendor:publish --tag=indexboost-config
```

Setup
-----

[](#setup)

Add your token to `.env`:

```
INDEXBOOST_TOKEN=your_token_here
```

Register the middleware in `bootstrap/app.php` (Laravel 11+):

```
->withMiddleware(function (Middleware $middleware) {
    $middleware->prepend(\IndexBoost\Laravel\Middleware\IndexBoostRender::class);
})
```

Or in `app/Http/Kernel.php` (Laravel 10):

```
protected $middleware = [
    \IndexBoost\Laravel\Middleware\IndexBoostRender::class,
    // ... existing
];
```

Configuration
-------------

[](#configuration)

`config/indexboost.php`:

KeyDefaultDescription`token``INDEXBOOST_TOKEN` envRender token`service_url``https://render.getindexboost.com`Render service URL`enabled``true`Enable/disable`timeout``30`HTTP timeout (seconds)`crawler_pattern`built-inPCRE regex for crawlers`ignored_uris``[/api/, /admin/]`URI patterns to skipLicense
-------

[](#license)

MIT

###  Health Score

18

—

LowBetter than 7% of packages

Maintenance54

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/276399250?v=4)[indexboost](/maintainers/indexboost)[@indexboost](https://github.com/indexboost)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/indexboost-laravel/health.svg)

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

###  Alternatives

[phpsafari/health-checks

Make health checks in your laravel application

3713.2k](/packages/phpsafari-health-checks)[akira/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

494.8k](/packages/akira-laravel-qrcode)[phpviet/number-to-words

Thư viện hổ trợ chuyển đổi số sang chữ số.

2110.1k5](/packages/phpviet-number-to-words)

PHPackages © 2026

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