PHPackages                             muruga/search-engine - 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. muruga/search-engine

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

muruga/search-engine
====================

This is sample search engine based library which can be used in laravel latest versions

02PHP

Since Dec 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/murugasundaram/search-engine)[ Packagist](https://packagist.org/packages/muruga/search-engine)[ RSS](/packages/muruga-search-engine/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

search-engine
=============

[](#search-engine)

Sample search engine based library can be used for Laravel

Example of Usage

**include the class by using the below statement**

use Muruga\\SearchEngine\\Search;

**declare the search class**

$searchService = new Search();

**Set the content to be search, this is required one**

$searchService-&gt;setSearchContent("avatar the way of water");

**Set the page number of the search, this is optional one**

$searchService-&gt;setStartNumber(20);

**Set the search engine, this is optional one. default one is Google. and available search engines are 'Google' and 'Yahoo'**

$searchService-&gt;setSearchEngine('yahoo');

**Use this to search whatever you want**

$response = $searchService-&gt;doSearch();

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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/e4922de71c6e9d575ae6462f93012f90f0b0053c2776533a0979687433387d31?d=identicon)[murugasundaram](/maintainers/murugasundaram)

---

Top Contributors

[![murugasundaram](https://avatars.githubusercontent.com/u/25721769?v=4)](https://github.com/murugasundaram "murugasundaram (3 commits)")[![MurugasundaramEst](https://avatars.githubusercontent.com/u/79242391?v=4)](https://github.com/MurugasundaramEst "MurugasundaramEst (2 commits)")

### Embed Badge

![Health badge](/badges/muruga-search-engine/health.svg)

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

###  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)[shyim/opensearch-php-dsl

OpenSearch/Elasticsearch DSL library

175.9M9](/packages/shyim-opensearch-php-dsl)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

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

PHPackages © 2026

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