PHPackages                             aminulbd/spider - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aminulbd/spider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aminulbd/spider
===============

Grab latest feed from search engine like Google, Bing, WordPress, etc.

0.0.1(2y ago)1121MITPHPPHP &gt;=7.4.0

Since Aug 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AminulBD/Spider)[ Packagist](https://packagist.org/packages/aminulbd/spider)[ RSS](/packages/aminulbd-spider/feed)WikiDiscussions main Synced today

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

Spider
======

[](#spider)

Grab latest feed from search engine like Google, Bing, WordPress, etc.

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

[](#installation)

Install the package using composer by using this command below.

```
composer require aminulbd/spider
```

Usage
-----

[](#usage)

Just import `\AminulBD\Spider\Spider` package and construct it with supported driver and call the `find` method like as below.

```
// require '../vendor/autoload.php'; // if you are going with standalone mode.

use AminulBD\Spider\Spider;

$engine = 'wordpress'; // supported: google, bing and wordpress
$config = [
    'base_uri' => 'https://aminul.net/wp-json/wp/', // This is required for wordpress.
];

$spider = new Spider($engine, $config);

$finder = $spider->find(['q' => 'WordPress']);
$results = $finder->next(); // Here is your results.

print_r($results);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1040d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5006546?v=4)[Aminul Islam](/maintainers/aminulbd)[@AminulBD](https://github.com/AminulBD)

---

Top Contributors

[![AminulBD](https://avatars.githubusercontent.com/u/5006546?v=4)](https://github.com/AminulBD "AminulBD (3 commits)")

### Embed Badge

![Health badge](/badges/aminulbd-spider/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[drupal/drupal-extension

Drupal extension for Behat

22215.7M172](/packages/drupal-drupal-extension)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M341](/packages/drupal-core-dev)

PHPackages © 2026

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