PHPackages                             syscover/pulsar-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. syscover/pulsar-search

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

syscover/pulsar-search
======================

search engine to use with fuse.js

023PHP

Since Dec 3Pushed 6y ago2 watchersCompare

[ Source](https://github.com/syscover/pulsar-search)[ Packagist](https://packagist.org/packages/syscover/pulsar-search)[ RSS](/packages/syscover-pulsar-search/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pulsar Search
=============

[](#pulsar-search)

[![Total Downloads](https://camo.githubusercontent.com/043febc45c0e68bfd8802fb6f93c32ff8ce3aa6e793261d8d61dd228cb79ff99/68747470733a2f2f706f7365722e707567782e6f72672f737973636f7665722f70756c7361722d7365617263682f646f776e6c6f616473)](https://packagist.org/packages/syscover/pulsar-search)

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

[](#installation)

**1 - After install Laravel framework, execute on console:**

```
composer require syscover/pulsar-search

```

Register service provider, on file config/app.php add to providers array

```
Syscover\Search\SearchServiceProvider::class,

```

**2 - Execute publish command**

```
php artisan vendor:publish --provider="Syscover\Search\SearchServiceProvider"

```

**3 - To config pulsar search scout driver, set scout configuration in your .env file wit this parameter**

```
SCOUT_DRIVER=pulsar-search

```

**4 - How use this package**

Your models configured with laravel scout will record your data in .json files inside the storage:

```
storage/app/public/search

```

Each file will have the name of the table to which it belongs, from those files you can load this data in the fuse library.js

[fusejs.io](http://fusejs.io)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

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://www.gravatar.com/avatar/70d93b133cd1355362a7c2b51a70734409a16402e670ba5c9912d0bb05c6df3f?d=identicon)[carlospalacin](/maintainers/carlospalacin)

---

Top Contributors

[![carlospalacin](https://avatars.githubusercontent.com/u/7494076?v=4)](https://github.com/carlospalacin "carlospalacin (6 commits)")

### Embed Badge

![Health badge](/badges/syscover-pulsar-search/health.svg)

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

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

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