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

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

blesy-babu/search-engine
========================

This is a search engine that can be used to search for a word in a given array of text.

v1.0.0(4y ago)07PHPPHP &gt;=7.0.0

Since Jul 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/blesy-babu/search-engine)[ Packagist](https://packagist.org/packages/blesy-babu/search-engine)[ RSS](/packages/blesy-babu-search-engine/feed)WikiDiscussions main Synced 3w ago

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

Search Engine
=============

[](#search-engine)

This is a search engine that can be used to search for a word in a given array of text.

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

[](#installation)

Php 7+ must be already installed and composer dependency management tool. And CURL is required.

Package available from packagist.

Get Started
-----------

[](#get-started)

if you're using composer, you can add this package

`composer require blesy-babu/search-engine`

Then you need to load the dependency in your script.

`require '../vendor/autoload.php';`

Usage
-----

[](#usage)

`require '../vendor/autoload.php';`

`use SearchEngine\Search;`

`$API_KEY = 'your_api_key';`

`$DOMAIN = 'google.com';`

`$query = ['Coffee', 'Tea'];`

`$client = new Search($API_KEY, $DOMAIN);`

`$results = $client->search($query);`

Need to pass 3 variables, `$API_KEY ` ,`$DOMAIN`,`$query `. we het api key from - [serpapi](https://serpapi.com),and u can pass `$DOMAIN` as ex. google.com,googl.ae..., and `$query` is the words to search. it is an array. from this we get ARRY of serach result.

Features
--------

[](#features)

- GET array of search item
- can change search engin

API
---

[](#api)

- [serpapi](https://serpapi.com)

Scrape Google and other search engines from our fast, easy, and complete API.

Authors
-------

[](#authors)

- [@blesy-babu](https://github.com/blesy-babu)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1461d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49275761?v=4)[Blesy Babu](/maintainers/blesy-babu)[@blesy-babu](https://github.com/blesy-babu)

---

Top Contributors

[![blesy-babu](https://avatars.githubusercontent.com/u/49275761?v=4)](https://github.com/blesy-babu "blesy-babu (5 commits)")

### Embed Badge

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

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

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26193.1k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

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