PHPackages                             zofe/search-module - 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. zofe/search-module

ActiveRapyd-module[Search &amp; Filtering](/categories/search)

zofe/search-module
==================

search module for laravel rapyd-admin application

0.12.3(1y ago)11101mitPHPPHP ^8.2

Since Mar 6Pushed 1y ago2 watchersCompare

[ Source](https://github.com/zofe/search-module)[ Packagist](https://packagist.org/packages/zofe/search-module)[ RSS](/packages/zofe-search-module/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (8)Used By (1)

Rapyd Admin - Search Module
===========================

[](#rapyd-admin---search-module)

This is the search module of [Rapyd Admin](https://github.com/zofe/rapyd-admin), a Laravel application bootstrap for your projects

It embed:

- global search dependencies: laravel scout (meilisearch/algolia/typesense)
- search widgets integrated in Rapyd Admin frontend/admin

Installation &amp; configuration
================================

[](#installation--configuration)

By default, this "field" search in a list of models you can define in the config file, for each model you need to specify:

- the class
- the query scope
- the route (to link at result detail)
- the query limit
- the view (of the result item, to customize item appareance)

```
    'models' => [
        [
            'class' => \App\Models\User::class,
            'scope' => 'ssearch',
            'route' => 'auth.users.view',
            'limit' => 5,
            'view'  => 'search::item',
        ],
    ]
```

Usage
=====

[](#usage)

This command will create a folder "Search" in your /app/Modules/ folder.

this component: `/app/Modules/Search/Livewire/SearchNavbar.php`

has the logic of "global search" in the project. searches the users, and potentially the main models of all other installed modules.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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 ~126 days

Recently: every ~188 days

Total

7

Last Release

462d ago

PHP version history (2 changes)0.0.1PHP ^7.4|^8.0|^8.1|^8.2

0.12.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/261951?v=4)[Felice Ostuni](/maintainers/zofe)[@zofe](https://github.com/zofe)

### Embed Badge

![Health badge](/badges/zofe-search-module/health.svg)

```
[![Health](https://phpackages.com/badges/zofe-search-module/health.svg)](https://phpackages.com/packages/zofe-search-module)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M6](/packages/propaganistas-laravel-disposable-email)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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