PHPackages                             harm-smits/webcrawler-verifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. harm-smits/webcrawler-verifier

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

harm-smits/webcrawler-verifier
==============================

PHP library providing functionality to verify that user-agents are who they claim to be.

2.1.1(4y ago)081MITPHPPHP &gt;=7.4.0

Since Oct 20Pushed 4y agoCompare

[ Source](https://github.com/harm-smits/webcrawler-verifier)[ Packagist](https://packagist.org/packages/harm-smits/webcrawler-verifier)[ RSS](/packages/harm-smits-webcrawler-verifier/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

webcrawler-verifier
===================

[](#webcrawler-verifier)

Webcralwer-Verifier is a PHP library to ensure that robots are from the operator they claim to be, eg that Googlebot is actually coming from Google and not from some spoofer.

Installation
------------

[](#installation)

### Install with Composer

[](#install-with-composer)

If you're using [Composer](https://github.com/composer/composer) to manage dependencies, you can add Requests with it.

```
composer require harm-smits/webcrawler-verifier
```

or

```
{
    "require": {
        "harm-smits/webcrawler-verifier": ">=1.0.0"
    }
}
```

Usage
-----

[](#usage)

```
