Download the PHP package nickmoline/robots-checker without Composer
On this page you can find all versions of the php package nickmoline/robots-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nickmoline/robots-checker
More information about nickmoline/robots-checker
Files in nickmoline/robots-checker
Download nickmoline/robots-checker
More information about nickmoline/robots-checker
Files in nickmoline/robots-checker
Vendor nickmoline
Package robots-checker
Short Description Class to check a URL for robots exclusion using all possible methods of robots exclusion
License MIT
Homepage https://github.com/nickmoline/robots-checker
Package robots-checker
Short Description Class to check a URL for robots exclusion using all possible methods of robots exclusion
License MIT
Homepage https://github.com/nickmoline/robots-checker
Please rate this library. Is it a good library?
Informations about the package robots-checker
Robots Exclusion Protocol Checking Classes v1.0.5
These classes allow you to check all of the different ways you can exclude a URL from search engines.
Classes
You can instantiate the following classes:
NickMoline\Robots\RobotsTxt
: Checks the corresponding robots.txt file for a urlNickMoline\Robots\Status
: Checks the HTTP Status code for an indexable URLNickMoline\Robots\Header
: Checks the HTTPX-Robots-Tag
HeaderNickMoline\Robots\Meta
: Checks the<meta name="robots">
tag (as well as bot specific tags)NickMoline\Robots\All
: Wrapper class that will run all of the above checks
Example Usage
All versions of robots-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
ext-mbstring Version *
ext-intl Version *
ext-fileinfo Version *
tomverran/robots-txt-checker Version ^1.14
php-curl-class/php-curl-class Version 3.5.*
league/uri Version ^4.0 || ^5.0
thesoftwarefanatics/php-html-parser Version ^1.7
ext-mbstring Version *
ext-intl Version *
ext-fileinfo Version *
tomverran/robots-txt-checker Version ^1.14
php-curl-class/php-curl-class Version 3.5.*
league/uri Version ^4.0 || ^5.0
thesoftwarefanatics/php-html-parser Version ^1.7
The package nickmoline/robots-checker contains the following files
Loading the files please wait ....