Link Searcher is a PHP class that can be used to crawl Web pages to search for given text. It retrieves a given Web page and searches for links contained in it. The new links that are found are added to a queue to be crawled later and so implement recursive searching up to a given depth limit. The class looks for pages with text that match a given regular expression.
| Tags | Internet Web Site Management Link Checking Software Development Libraries php classes |
|---|---|
| Licenses | GPL |
| Implementation | PHP |