PHPackages                             alirmaity/phpsecrawler - 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. alirmaity/phpsecrawler

ActiveLibrary

alirmaity/phpsecrawler
======================

php crawler for search engine

1.3(3y ago)04proprietaryPHP

Since Oct 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ARemaity/PHP-SE-CRAWLER)[ Packagist](https://packagist.org/packages/alirmaity/phpsecrawler)[ RSS](/packages/alirmaity-phpsecrawler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

PHP-SE-CRAWLER
==============

[](#php-se-crawler)

PHP-SE-CRAWLER
==============

[](#php-se-crawler-1)

PHP-SE-CRAWLER is php crawler tool for the search engine such as google,bing give you the ability to get output for title description link and ranking

Install
-------

[](#install)

Install the latest version using composer or the preferable to clone the repo or download the lastet release and.

```
$ composer install
```

```
$ composer require ali.rmaity/php-se-crawler -- not stable
```

This package can be found on \[packagist\] and is best loaded using [composer](http://getcomposer.org/). We support php 7.2, 7.3, and 7.4.

Basic Usage
-----------

[](#basic-usage)

```
// Assuming you installed from  github repo
require_once '../load-env.php';
require_once '../src/astroMethods.php';
use src\astroMethods;
$client = new astroMethods();
$client->setEngine("google.ae");
try {
    $results = $client->search(["ferrari","cars"]);

    $results = new ArrayIterator($results);
    $results->asort();

    foreach ($results as $result) {
        echo implode(',',$result) . '';
    }
} catch (Exception $e) {
    echo 'Caught exception: ',  $e->getMessage(), "\n";
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

4

Last Release

1317d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f83a8037de6bd33924ade364cdbf8f3918fe4596e0f70f36085ff0bd3f0bca02?d=identicon)[ARemaity](/maintainers/ARemaity)

---

Top Contributors

[![ARemaity](https://avatars.githubusercontent.com/u/29629768?v=4)](https://github.com/ARemaity "ARemaity (2 commits)")

### Embed Badge

![Health badge](/badges/alirmaity-phpsecrawler/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)

PHPackages © 2026

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