PHPackages                             itgalaxy/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. itgalaxy/webcrawler-verifier

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

itgalaxy/webcrawler-verifier
============================

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

2.1.0(9y ago)73.0k↓100%5[8 issues](https://github.com/itgalaxy/webcrawler-verifier/issues)[1 PRs](https://github.com/itgalaxy/webcrawler-verifier/pulls)MITPHPPHP ^5.6 || ^7.0CI failing

Since Oct 20Pushed 4y ago3 watchersCompare

[ Source](https://github.com/itgalaxy/webcrawler-verifier)[ Packagist](https://packagist.org/packages/itgalaxy/webcrawler-verifier)[ RSS](/packages/itgalaxy-webcrawler-verifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

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

[](#webcrawler-verifier)

[![Latest Stable Version](https://camo.githubusercontent.com/ddb5305fcc23e25f413f6d624686d607e19e0bea0d08169a391a242d9367cea4/68747470733a2f2f706f7365722e707567782e6f72672f697467616c6178792f776562637261776c65722d76657269666965722f762f737461626c65)](https://packagist.org/packages/itgalaxy/webcrawler-verifier)[![Travis Build Status](https://camo.githubusercontent.com/9fcce3d7561718c00daf6cad7e3cf9f7c91ca4d3bc02c9be9cf748fbaa63c1a7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f697467616c6178792f776562637261776c65722d76657269666965722f6d61737465722e7376673f6c6162656c3d6275696c64)](https://travis-ci.org/itgalaxy/webcrawler-verifier)[![Coverage Status](https://camo.githubusercontent.com/61fc3d9a8ba019ca8215a247c1f9cc77ec7c516a6c7340e000220e310d9f054d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f697467616c6178792f776562637261776c65722d76657269666965722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/itgalaxy/webcrawler-verifier?branch=master)[![Dependency Status](https://camo.githubusercontent.com/8085b9d5b69e0256e564b9163d18228464b517d050080524059cb8fb24c19f71/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3538313062396331396366636637303033373930313633662f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/5810b9c19cfcf7003790163f)

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 itgalaxy/webcrawler-verifier
```

or

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

Usage
-----

[](#usage)

```
