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

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

hanbit-modernphp/scanner
========================

URL 목록 배열을 스캔하고 접근할 수 없는 URL을 보고합니다.

1.0.1(10y ago)036MITPHPPHP &gt;=5.4.0

Since Oct 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cloud-shadow/scanner)[ Packagist](https://packagist.org/packages/hanbit-modernphp/scanner)[ Docs](http://www.hanbit.co.kr/)[ RSS](/packages/hanbit-modernphp-scanner/feed)WikiDiscussions master Synced 1mo ago

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

URL 스캐너
=======

[](#url-스캐너)

URL 목록 배열을 스캔하고 접근할 수 없는 URL을 보고합니다.
(이 컴포넌트 소스는 [modern-php/scanner](https://github.com/modern-php/scanner)의 한국어판 소스입니다.)

설치
--

[](#설치)

컴포저 이용

```
$ composer require hanbit-modernphp/scanner
```

사용법
---

[](#사용법)

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

테스트
---

[](#테스트)

지원되지 않습니다.

기여
--

[](#기여)

[CONTRIBUTING](CONTRIBUTING.md) 참고

제작자
---

[](#제작자)

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

라이선스
----

[](#라이선스)

The MIT License (MIT). [License File](LICENSE) 참고

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~354 days

Total

2

Last Release

3865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fc2635cbfb3c727e039a7da270994930462778c2a91f98bc1009fbffebff837?d=identicon)[cloud-shadow](/maintainers/cloud-shadow)

---

Top Contributors

[![cloud-shadow](https://avatars.githubusercontent.com/u/13110829?v=4)](https://github.com/cloud-shadow "cloud-shadow (3 commits)")[![codeagain](https://avatars.githubusercontent.com/u/7259031?v=4)](https://github.com/codeagain "codeagain (2 commits)")

---

Tags

urlcsvscanner

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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