PHPackages                             jandrda/check-http-code - 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. jandrda/check-http-code

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

jandrda/check-http-code
=======================

Simple script for checking http code of URL list and filter if necessary. Can be easy used for checking 404 codes for site and getting list of 404 error pages.

0.0.1(8y ago)011MITPHPPHP &gt;=5.3.0

Since Apr 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jdrda/check-http-code)[ Packagist](https://packagist.org/packages/jandrda/check-http-code)[ Docs](https://www.olapus.com/)[ RSS](/packages/jandrda-check-http-code/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

check-http-code
===============

[](#check-http-code)

Simple script for checking http code of URL list and filter if necessary. Can be easy used for checking 404 codes for site and getting list of 404 error pages.

Usage
-----

[](#usage)

### The most simplest way

[](#the-most-simplest-way)

1. save the list of URL to be checked as CSV and put into the main directory as "source.csv"
2. run from command line

```
php index.php

```

Than list of URLs with codes will appear in file "destination.csv"

### Modifying the configuration

[](#modifying-the-configuration)

All configuration is in main index.php file. Exactly what you need to modify is the filename configuration, so all configuration is on the top of the file.

```
define('SOURCE_FILE', dirname(__FILE__) . DIRECTORY_SEPARATOR . 'source.csv'); // source file with urls
define('DESTINATION_FILE', dirname(__FILE__) . DIRECTORY_SEPARATOR . 'destination.csv'); // source file with urls
```

Support
-------

[](#support)

If you find any problem, please use issue tracker:

Origins
-------

[](#origins)

This utility was created for migrating project between two systems (like Prestashop to Woocommerce). Every system has different URL generator, so if you do not want to loose you SEO (SEM) positions, you have to redirect all old links into the new ones.

E.g.  -&gt;

If there are some similarities, so some links are the same, you save the time with comparing if some of new links are the same as old links (you simply get the list of old links, change the domain and check if the http code is 200)

So this is gonna happen in four steps

1. Grabbing all URLs from old project, e.g. with
2. Make CSV from XML sitemap with some tool like with
3. Save the CSV as source.csv to the root directory of this project
4. run from command line

```
php index.php

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2938d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/145ef2492c7f6c9a5694927313b81b242de09cc8b2d1e3bb4343a88ce32ac6df?d=identicon)[jdrda](/maintainers/jdrda)

---

Top Contributors

[![jdrda](https://avatars.githubusercontent.com/u/7347494?v=4)](https://github.com/jdrda "jdrda (2 commits)")

---

Tags

httpphp404checkerhttp codenot found

### Embed Badge

![Health badge](/badges/jandrda-check-http-code/health.svg)

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

###  Alternatives

[hannesvdvreken/guzzle-debugbar

A Guzzle middleware that logs requests to debugbar's timeline

76410.4k1](/packages/hannesvdvreken-guzzle-debugbar)[swoole-bundle/swoole-bundle

Open/Swoole Symfony Bundle

6650.4k](/packages/swoole-bundle-swoole-bundle)[ph-7/just-http-status-codes

Just all HTTP status codes

1447.7k4](/packages/ph-7-just-http-status-codes)

PHPackages © 2026

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