PHPackages                             susucool/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. susucool/scanner

ActiveLibrary

susucool/scanner
================

Scan an array of URLs and report inaccessible URLs

02[1 PRs](https://github.com/susucool527237808/morden-php-scanner/pulls)PHP

Since Jun 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/susucool527237808/morden-php-scanner)[ Packagist](https://packagist.org/packages/susucool/scanner)[ RSS](/packages/susucool-scanner/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#url-scanner)

It is just an educational test project. It is a slightly modified example from Josh Lockhart's book "Modern PHP" by O'Reilly (2015).

Scan an array of URLs and report inaccessible URLs

Install
-------

[](#install)

Via Composer

```
$ composer require susucool/scanner dev-main
```

Usage
-----

[](#usage)

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

Testing
-------

[](#testing)

Tests unavailable.

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Susucool](https://github.com/susucool)
- [All Contributors](https://github.com/susucool/scanner/contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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://www.gravatar.com/avatar/a7caa9d9805d38878a7194cafddf9dacdf47ec059ff26d4fdae8cf2f622184f3?d=identicon)[susucool](/maintainers/susucool)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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