PHPackages                             rapidez/fullscreen-search - 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. rapidez/fullscreen-search

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

rapidez/fullscreen-search
=========================

Rapidez Fullscreen Search

5.0.0(5mo ago)04[2 PRs](https://github.com/rapidez/fullscreen-search/pulls)GPL-3.0-or-laterBladePHP ^8.3CI passing

Since Dec 2Pushed 2mo agoCompare

[ Source](https://github.com/rapidez/fullscreen-search)[ Packagist](https://packagist.org/packages/rapidez/fullscreen-search)[ Docs](https://github.com/rapidez/fullscreen-search)[ RSS](/packages/rapidez-fullscreen-search/feed)WikiDiscussions master Synced 1mo ago

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

Rapidez Fullscreen Search
=========================

[](#rapidez-fullscreen-search)

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

[](#installation)

```
composer require rapidez/fullscreen-search

```

To use the views from this package instead of the default ones, you'll need to publish the "core overwrite views" with the following command:

```
php artisan vendor:publish --provider="Rapidez\FullscreenSearch\FullscreenSearchServiceProvider" --tag=core-overwrites

```

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

[](#configuration)

Don't forget to add this to your config:

tailwind.config.js

```
'header-autocomplete-popup': '40',

```

config/rapidez/frontend.php

```
'autocomplete' => [
    'additionals' => [
        'history'            => [],
        'search-suggestions' => [],
        'categories'         => [
            'defaultValues' => fn () => config('rapidez.models.category')::where('parent_id', config('rapidez.root_category_id'))
                ->limit(config('rapidez.frontend.autocomplete.additionals.categories.size', config('rapidez.frontend.autocomplete.size', 4)))
                ->get(),
        ],
        'popular-products' => ['size' => 4],
        'products' => [
            'size' => 4,
        ],
    ],
    'size' => 4,
],

```

Views
-----

[](#views)

You can publish the views with:

```
php artisan vendor:publish --tag=rapidez-fullscreen-search-views

```

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance80

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~6 days

Total

3

Last Release

154d ago

Major Versions

4.x-dev → 5.0.02025-12-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72222911?v=4)[Rapidez](/maintainers/rapidez)[@rapidez](https://github.com/rapidez)

---

Top Contributors

[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (3 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (2 commits)")[![jordythevulder](https://avatars.githubusercontent.com/u/28647869?v=4)](https://github.com/jordythevulder "jordythevulder (1 commits)")

---

Tags

rapidezfullscreen-search

### Embed Badge

![Health badge](/badges/rapidez-fullscreen-search/health.svg)

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

PHPackages © 2026

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