PHPackages                             fawziyahfitwalla/dmcc - 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. fawziyahfitwalla/dmcc

ActiveProject

fawziyahfitwalla/dmcc
=====================

DMCC Technical Test

03PHP

Since Jul 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fawziyahfitwalla/composer-package)[ Packagist](https://packagist.org/packages/fawziyahfitwalla/dmcc)[ RSS](/packages/fawziyahfitwalla-dmcc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This PHP package allows you to scrape and parse Google Search Results.Package does not use or require GoogleAPIs integration.

**Installation**

You can install the package with the composer

$ composer require fawziyahfitwalla/dmcc

**Example usage:**

$client = new SearchEngine();

$client-&gt;setEngine("google.ae");

$results = $client-&gt;search(\["keyword1","keyword2"\]);

**Example output:**

The $results should is an instance of ArrayIterator with the following properties

- keyword being searched
- ranking (where the result was found on the search engine, the topmost result would be 0 and the last would be 50 (results per page x 5)
- url of the page (as it appears in google search)
- title of the page (as it appears in google search)
- description (as it appears in google search)
- promoted This is a boolean value indicating whether the result is an ad or organic result

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

---

Top Contributors

[![fawziyahfitwalla](https://avatars.githubusercontent.com/u/109519079?v=4)](https://github.com/fawziyahfitwalla "fawziyahfitwalla (12 commits)")

### Embed Badge

![Health badge](/badges/fawziyahfitwalla-dmcc/health.svg)

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

PHPackages © 2026

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