linkValidator is a PHP class that can validate a URL. It can return true or false, and it is able to return a full error message.
| Tags | Software Development Libraries php classes |
|---|
Recent releases


Release Notes: The class can follow redirects when its status is between 300 and 399. By default, this option is set to true. It can be disabled (as shown in example 4 in readme.txt) with follow_redirects(). This release has been tested on PHP 4 and 5. PHP warnings have been fixed.


Release Notes: A problem with hanging links was fixed. The class now checks HTTP/1.0 first, and only checks HTTP/1.1 when that fails.


No changes have been submitted for this release.