Skip to content

duongtuanqb/Get-all-URLs-from-a-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Get-all-URLs-from-a-website

🌱

Setting

require_once __DIR__ . '/get_all_urls_website.php';

$url = '[URL_WEBSITE]';
$depth = 2; // default 5, depth of the URL
$get_urls = new Get_all_URLs($url, $depth);
$get_urls->run();

Demo

  • N: number
  • HTTP_STATUS: HTTP Status
  • TIME: time load page, seconds
  • DEPTH: depth of the URL
  • URL: Current URL

About

Lấy toàn bộ URLs của một website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages