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 3d 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 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

630d 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

[algolia/scout-extended

Scout Extended extends Laravel Scout adding algolia-specific features

4186.3M6](/packages/algolia-scout-extended)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[swisnl/laravel-fulltext

Fulltext indexing and searching for Laravel

184104.5k6](/packages/swisnl-laravel-fulltext)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[devnoiseconsulting/laravel-scout-postgres-tsvector

PostgreSQL Full Text Search Driver for Laravel Scout

58110.1k](/packages/devnoiseconsulting-laravel-scout-postgres-tsvector)[romanstruk/manticore-scout-engine

Laravel Manticore Scout Engine

4818.1k](/packages/romanstruk-manticore-scout-engine)

PHPackages © 2026

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