Skip to content

Scan array of URLs and report inaccessible URLs

License

Notifications You must be signed in to change notification settings

cloud-shadow/scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL 스캐너

URL 목록 배열을 스캔하고 접근할 수 없는 URL을 보고합니다.
(이 컴포넌트 소스는 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 참고

제작자

라이선스

The MIT License (MIT). License File 참고

About

Scan array of URLs and report inaccessible URLs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%