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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. alirmaity/phpsecrawler

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

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 today

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 21% 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

1364d 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.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[saithink/saiadmin

webman plugin

28211.5k1](/packages/saithink-saiadmin)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)

PHPackages © 2026

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