PHPackages                             adeel/searchengine - 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. adeel/searchengine

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

adeel/searchengine
==================

A simple search engine

01PHP

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/adeelsafdar/Adeel-Search-Engine)[ Packagist](https://packagist.org/packages/adeel/searchengine)[ RSS](/packages/adeel-searchengine/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Adeel Search Engine
===================

[](#adeel-search-engine)

Installation:

1. Open cmd as Administrator
2. Goto to root directory
3. Create an empty file called "composer.json"
4. Run "composer require adeel/searchengine:dev-main" command

Usage:

After installation include following lines in your respected php file.

require\_once **DIR** . '/vendor/autoload.php'; use adeel\\searchengine\\SearchEngine;

$client = new SearchEngine();

//You can set your search engine here $client-&gt;setEngine("google.com");

//Pass your keywords as an array in the following line $results = $client-&gt;search(\["best hosting","best movie"\]);

echo "

```
";
// Your results will be available in $results variable as an array having the status of the operation and the data retrieved
var_dump($results);
echo "
```

";

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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/1e20adc9d6d0a76a970c5488f15615510dbb7fd3f7fc46967c127cb72b202626?d=identicon)[adeelsafdar007](/maintainers/adeelsafdar007)

---

Top Contributors

[![adeelsafdar](https://avatars.githubusercontent.com/u/3679107?v=4)](https://github.com/adeelsafdar "adeelsafdar (9 commits)")

### Embed Badge

![Health badge](/badges/adeel-searchengine/health.svg)

```
[![Health](https://phpackages.com/badges/adeel-searchengine/health.svg)](https://phpackages.com/packages/adeel-searchengine)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

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

PHP Client for OpenSearch

15024.3M64](/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)
