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 1mo ago

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 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

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

994d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d7857c60e0ff7e1ece5b64cea8be4842867d2075580afc9c6025c48dd32eb12?d=identicon)[aminulbd](/maintainers/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

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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