PHPackages                             aliasio/aranea - 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. aliasio/aranea

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

aliasio/aranea
==============

A general purpose web crawler

211511PHP

Since Nov 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AliasIO/Aranea)[ Packagist](https://packagist.org/packages/aliasio/aranea)[ RSS](/packages/aliasio-aranea/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Aranea
======

[](#aranea)

A general purpose web crawler.

```
Usage: php index.php -u [url] [options]...

Arguments:
  -d
  --debug
      Print debug messages.

  -h
  --help
      Print this help message.

  --ignore-nofollow
      Ignore robots.txt and rel="nofollow" on links

  -H
  --span-hosts
      Enable spanning across hosts when doing recursive retrieving.

  -l
  --level
      Specify maximum recursion depth level.

	--max-redirects
      Follow no more than  redirects per page.

	--max-urls
      Terminate after having found  URLs.

  -o
  --output-directory
      Log retrieved data to files in a directory.

  -q
  --quiet
      Turn off regular output.

  -r
  --recursive
      Turn on recursive retrieving. The default maximum depth is 5.

  -T
  --timeout
      Set the network timeout to  seconds.

  --connect-timeout
      Set the connect timeout to  seconds.

  -u
  --url
      Retrieve a URL.

  -v
  --verbose
      Turn on verbose output.

  -w
  --wait
      Wait the specified number of seconds between the retrievals.

```

Example output:

```
$ php index.php -u https://mozilla.org -r
200 63.245.215.20 https://www.mozilla.org/en-US/
200 63.245.215.20 https://www.mozilla.org/en-US/mission/
200 63.245.215.20 https://www.mozilla.org/en-US/about/
200 63.245.215.20 https://www.mozilla.org/en-US/products/
200 63.245.215.20 https://www.mozilla.org/en-US/contribute/
...

```

Using Docker

```
$ docker run --rm aliasio/aranea -u https://mozilla.org -r

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77259?v=4)[Elbert Alias](/maintainers/AliasIO)[@AliasIO](https://github.com/AliasIO)

---

Top Contributors

[![AliasIO](https://avatars.githubusercontent.com/u/77259?v=4)](https://github.com/AliasIO "AliasIO (17 commits)")

### Embed Badge

![Health badge](/badges/aliasio-aranea/health.svg)

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

###  Alternatives

[sourceability/string-matcher

A library which makes it easy to use multiple approaches to find the best matching string

10537.6k](/packages/sourceability-string-matcher)[hotwired-laravel/stimulus-laravel

Use Stimulus in your Laravel app

3016.1k1](/packages/hotwired-laravel-stimulus-laravel)[nsulistiyawan/bpjs

Wrapper for BPJS Indonesia

445.2k](/packages/nsulistiyawan-bpjs)[businesstilto/commentable

An extensive and very customizable package that adds commenting in Filament v4.5 and newer.

164.1k](/packages/businesstilto-commentable)

PHPackages © 2026

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