PHPackages                             modernphp/scanner - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. modernphp/scanner

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

modernphp/scanner
=================

Scan an array of URLs and report inaccessible URLs

1.0.0(11y ago)283479[1 issues](https://github.com/modern-php/scanner/issues)[2 PRs](https://github.com/modern-php/scanner/pulls)MITPHPPHP &gt;=5.4.0

Since Oct 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/modern-php/scanner)[ Packagist](https://packagist.org/packages/modernphp/scanner)[ Docs](http://shop.oreilly.com/product/0636920033868.do)[ RSS](/packages/modernphp-scanner/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

URL Scanner
===========

[](#url-scanner)

Scan an array of URLs and report inaccessible URLs

Install
-------

[](#install)

Via Composer

```
$ composer require modernphp/scanner
```

Usage
-----

[](#usage)

```
$urls = [
    'http://www.apple.com',
    'http://php.net',
    'http://sdfssdwerw.org'
];
$scanner = new \Oreilly\ModernPHP\Url\Scanner($urls);
print_r($scanner->getInvalidUrls());
```

Testing
-------

[](#testing)

Tests unavailable.

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Josh Lockhart](https://github.com/codeguy)
- [All Contributors](https://github.com/modernphp/scanner/contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

4219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/921c804872f4924b305115ce412a6f109d341b8ef3d5b905c5969275e295fc70?d=identicon)[codeguy](/maintainers/codeguy)

---

Tags

urlcsvscanner

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/modernphp-scanner/health.svg)

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

PHPackages © 2026

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