PHPackages                             aw-studio/laravel-indexer - 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. [Search &amp; Filtering](/categories/search)
4. /
5. aw-studio/laravel-indexer

ActiveLibrary[Search &amp; Filtering](/categories/search)

aw-studio/laravel-indexer
=========================

Crawl your website and create an searchable index for all pages.

v0.2(1y ago)0127[1 issues](https://github.com/aw-studio/laravel-indexer/issues)MITPHPPHP ^8.0|^8.1|^8.2

Since Jun 7Pushed 1y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (9)Used By (0)

Laravel-Indexer
===============

[](#laravel-indexer)

This package allows you to scrape your entire website and create a searchable index of it. Laravel-Indexer will scan your site's internal links recursivly and save all content to an index table. The contents of this table are then easily searchable and you can build custom full-text-search.

Install
-------

[](#install)

Install the package via composer:

```
composer require aw-studio/laravel-indexer
```

Publish the migration and config files:

```
php artisan vendor:publish --tag=indexer
```

Create the database-table:

```
php artisan migrate
```

Config
------

[](#config)

You can configure the packe in the `config/indexer.php`.

Usage
-----

[](#usage)

You can create an index of your website with the following command:

```
php artisan indexer:run
```

Once an index is created your can perfom a search on the `WebPage` model:

```
use AwStudio\Indexer\Models\WebPage;

$results = WebPage::search($request->search)->take(10)->get();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.5% 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 ~580 days

Total

3

Last Release

682d ago

PHP version history (2 changes)v0.1PHP ^8.0

v0.1.1PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b2d65d58480dd7fdbf4f4593158cbd0634550ee9210c49957cc48c8a8ccaef6?d=identicon)[jannescb](/maintainers/jannescb)

---

Top Contributors

[![jannescb](https://avatars.githubusercontent.com/u/17292622?v=4)](https://github.com/jannescb "jannescb (23 commits)")[![cbl](https://avatars.githubusercontent.com/u/29352871?v=4)](https://github.com/cbl "cbl (11 commits)")[![lpheller](https://avatars.githubusercontent.com/u/36259611?v=4)](https://github.com/lpheller "lpheller (5 commits)")[![aw-gerrit](https://avatars.githubusercontent.com/u/67461498?v=4)](https://github.com/aw-gerrit "aw-gerrit (1 commits)")

### Embed Badge

![Health badge](/badges/aw-studio-laravel-indexer/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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