PHPackages                             hissezhaut/http-status-check - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hissezhaut/http-status-check

ActiveLibrary[HTTP &amp; Networking](/categories/http)

hissezhaut/http-status-check
============================

CLI tool to crawl a website and check HTTP status code

1.0.2(9y ago)013MITPHPPHP &gt;=5.5.0

Since Nov 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hissezhaut/http-status-check)[ Packagist](https://packagist.org/packages/hissezhaut/http-status-check)[ Docs](https://github.com/spatie/http-status-checker)[ RSS](/packages/hissezhaut-http-status-check/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

Check the statuscode of all links on a website
==============================================

[](#check-the-statuscode-of-all-links-on-a-website)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a112a511939f28bf86c4c1bc493d27b98d10a4019e443cfdc612d83de545c6f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f687474702d7374617475732d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/http-status-check)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![SensioLabsInsight](https://camo.githubusercontent.com/888102980a991ca772847b28f9dbed0ada8135af62e44d3da583b9c0545c3424/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f64363864653631662d643464662d346339392d616639652d3364396164316361323265622e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/d68de61f-d4df-4c99-af9e-3d9ad1ca22eb)[![Quality Score](https://camo.githubusercontent.com/056457fe05833ae1fb1bccee8d44b52d6e2f6d679be2be4e6f3d48c7d62df8ae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7370617469652f687474702d7374617475732d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/spatie/http-status-check)[![StyleCI](https://camo.githubusercontent.com/e43274a948ae2dab6ffc17ca7ba6ad774c94e8cf43711c1e3b98ced149d58e12/68747470733a2f2f7374796c6563692e696f2f7265706f732f34343732373733322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/44727732)[![Total Downloads](https://camo.githubusercontent.com/53d48eb7e785318a056e1e8bd7384f47cd992d24b4a6245b2bbb7ce725e0a159/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f687474702d7374617475732d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/http-status-check)

This repository provides a tool to check the http-statuscode of every link on a given website.

Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).

Postcardware
------------

[](#postcardware)

You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment you are required to send us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

The best postcards will get published on the open source page on our website.

Install
-------

[](#install)

Via Composer

```
composer global require spatie/http-status-check
```

Usage
-----

[](#usage)

This tool will scan all links on a given site.

```
http-status-check scan https://example.com
```

It outputs a line per link found.

[![screenshot](https://raw.githubusercontent.com/spatie/http-status-check/gh-pages/images/screenshot.png)](https://raw.githubusercontent.com/spatie/http-status-check/gh-pages/images/screenshot.png)

When the crawl is finished a summary will be shown.

By default it uses 10 concurrent connections to speed up the crawling process. You can change that number passing a different value to the `concurrency`-option.

```
http-status-check scan https://example.com --concurrency=20
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Testing
-------

[](#testing)

To run the tests you'll have to start the included node based server first in a separate terminal window.

```
cd tests/server
./start_server.sh
```

With the server running, you can start testing.

```
vendor/bin/phpunit
```

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [Sebastian De Deyne](https://github.com/sebastiandedeyne)
- [All Contributors](../../contributors)

About Spatie
------------

[](#about-spatie)

Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~113 days

Total

4

Last Release

3553d ago

Major Versions

0.0.1 → 1.0.02015-11-03

PHP version history (2 changes)0.0.1PHP &gt;=5.6.0

1.0.1PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/76fe096b68d1c2a3a92ec3dca380764e16fde837b05a9a5bfcee4fb4dfcf2173?d=identicon)[parweb](/maintainers/parweb)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (46 commits)")[![parweb](https://avatars.githubusercontent.com/u/174339?v=4)](https://github.com/parweb "parweb (1 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (1 commits)")

---

Tags

httpspatiecheckcrawlerstatus

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hissezhaut-http-status-check/health.svg)

```
[![Health](https://phpackages.com/badges/hissezhaut-http-status-check/health.svg)](https://phpackages.com/packages/hissezhaut-http-status-check)
```

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[api-platform/json-schema

Generate a JSON Schema from a PHP class

294.3M59](/packages/api-platform-json-schema)

PHPackages © 2026

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