PHPackages                             nicksagona/pop-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. nicksagona/pop-spider

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

nicksagona/pop-spider
=====================

A simple web spider for SEO analysis.

4.0.2(2y ago)6391BSD-3-ClausePHPPHP &gt;=7.4.0

Since Mar 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/nicksagona/pop-spider)[ Packagist](https://packagist.org/packages/nicksagona/pop-spider)[ Docs](https://github.com/nicksagona/pop-spider)[ RSS](/packages/nicksagona-pop-spider/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (5)Versions (11)Used By (0)

pop-spider
==========

[](#pop-spider)

`pop-spider` is a simple CLI-driven web spider for SEO analysis that uses components from the Pop PHP Framework. It parses SEO-pertinent data from a website and produces a HTML-based report of what was parsed as well as an sitemap.xml file.

RELEASE INFORMATION
-------------------

[](#release-information)

pop-spider 4.0.0 Release
August 12, 2023

INSTALLATION
------------

[](#installation)

```
$ composer create-project nicksagona/pop-spider pop-spider

```

QUICK USE
---------

[](#quick-use)

```
$ cd pop-spider/script
$ ./spider crawl http://www.mydomain.com/

```

OVERVIEW
--------

[](#overview)

By default, the spider parses the following elements and their SEO-pertinent attributes:

- title
- meta
    - name
    - content
- a
    - href
    - title
    - rel
    - name
    - value
- img
    - src
    - title
    - alt
- h1
- h2
- h3

You can parse additional tags via the `--tags=` option.

```
$ ./spider help                                                 Display this help screen.
$ ./spider crawl [--dir=] [--tags=] [--speed=] [--save]    Crawl the URL.

The optional [--dir=] parameter allows you to set the output directory for the results report.
The optional [--tags=] parameter allows you to set additional tags to scan for in a comma-separated list.
The optional [--speed=] parameter will throttle the speed between each request in seconds.
The optional [--save] parameter will save the site files into a directory

Example:

$ ./spider crawl --dir=seo-report --tags=b,u --speed=5 --save http://www.mydomain.com/

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~390 days

Recently: every ~683 days

Total

8

Last Release

1032d ago

Major Versions

2.0.1p1 → 3.0.02017-02-27

3.0.0 → 4.0.02023-08-13

PHP version history (3 changes)2.0.0PHP &gt;=5.4.0

3.0.0PHP &gt;=5.6.0

4.0.0PHP &gt;=7.4.0

### Community

Maintainers

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

---

Top Contributors

[![nicksagona](https://avatars.githubusercontent.com/u/898670?v=4)](https://github.com/nicksagona "nicksagona (33 commits)")

---

Tags

spiderseoweb spider

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.4k5.3M63](/packages/artesaos-seotools)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6757.8M76](/packages/jbroadway-urlify)[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

631768.2k3](/packages/butschster-meta-tags)[jaybizzle/laravel-crawler-detect

A Laravel package to detect web crawlers via the user agent

3232.7M18](/packages/jaybizzle-laravel-crawler-detect)[spatie/laravel-robots-middleware

Add an `all` or `none` robots header to your requests via a middleware in Laravel

3332.2M5](/packages/spatie-laravel-robots-middleware)[sonata-project/seo-bundle

Symfony SonataSeoBundle

1372.7M43](/packages/sonata-project-seo-bundle)

PHPackages © 2026

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