PHPackages                             nicolasbeauvais/botscout-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nicolasbeauvais/botscout-client

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

nicolasbeauvais/botscout-client
===============================

A PHP client library for botscout.com

1.0.1(9y ago)53.7k1MITPHPPHP ^7.0

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nicolasbeauvais/botscout-client)[ Packagist](https://packagist.org/packages/nicolasbeauvais/botscout-client)[ Docs](https://github.com/nicolasbeauvais/botscout-client)[ RSS](/packages/nicolasbeauvais-botscout-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

PHP client for the BotScout.com API
===================================

[](#php-client-for-the-botscoutcom-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/af2f70921c9a0ec006f955ad9bb762488832ed3a777e6431b7a27aedeb97beab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e69636f6c617362656175766169732f626f7473636f75742d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicolasbeauvais/botscout-client)[![Build Status](https://camo.githubusercontent.com/cd7730ec545587904d76c6d0e984942d247c33ba4e9d10552199e3f04fea8ee1/68747470733a2f2f7472617669732d63692e6f72672f6e69636f6c617362656175766169732f626f7473636f75742d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nicolasbeauvais/botscout-client)[![SensioLabsInsight](https://camo.githubusercontent.com/6cbf9bebeb718a82bca3e448d7dee93e02f1eee229d71f5c4e881aaf5858e687/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37323138643765302d346465352d343533652d386235322d6265623430343435343064622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7218d7e0-4de5-453e-8b52-beb4044540db)[![Quality Score](https://camo.githubusercontent.com/05040555e6ca216bbde0a93ec514cb84a8241bb7abbf82b4c300d2f203cbb930/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e69636f6c617362656175766169732f626f7473636f75742d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nicolasbeauvais/botscout-client)[![Total Downloads](https://camo.githubusercontent.com/a1ca30b162191000403bf4ecda3b7a7ab308cb2e709a2b995ef48c4896901974/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e69636f6c617362656175766169732f626f7473636f75742d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nicolasbeauvais/botscout-client)

[![bs_logo_full](https://cloud.githubusercontent.com/assets/2951704/22866541/8c6ddd80-f178-11e6-8a94-ded54a0b109a.gif)](https://cloud.githubusercontent.com/assets/2951704/22866541/8c6ddd80-f178-11e6-8a94-ded54a0b109a.gif)

Protect your website against automated scripts using the [botscout.com](http://botscout.com/) API.

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

[](#installation)

You can install the package via composer:

```
composer require nicolasbeauvais/botscout-client
```

You also need an api key from [botscout.com](http://botscout.com/getkey.htm)

Usage
-----

[](#usage)

You must pass a Guzzle client and an api key to the constructor of NicolasBeauvais\\BotScout:

```
$client = new \GuzzleHttp\Client();

$botscout = new NicolasBeauvais\BotScout($client, 'api-key');
```

### Multi

[](#multi)

Test matches all parameters at once.

```
$response = $botscout->multi($name, $mail, $ip);
```

### All

[](#all)

Test matches a single item against all fields in the botscout database.

```
$response = $botscout->all($name);
$response = $botscout->all($email);
```

### Name

[](#name)

Test matches a name.

```
$response = $botscout->name($name);
```

### Mail

[](#mail)

Test matches an email.

```
$response = $botscout->mail($mail);
```

### IP

[](#ip)

Test matches an IP.

```
$response = $botscout->ip($ip);
```

### Response

[](#response)

```
// Return false if the email has a match in the botscout database
$response->isValid();

// Return true if the email has a match in the botscout database
$response->getMatched();
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Nicolas Beauvais](https://github.com/nicolasbeauvais)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3423d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b6066ead65db8768cca2c6c5d2312e5f9af8e564ceb2971bb33e30d58bd280e?d=identicon)[nicolasbeauvais](/maintainers/nicolasbeauvais)

---

Top Contributors

[![arubacao](https://avatars.githubusercontent.com/u/7462542?v=4)](https://github.com/arubacao "arubacao (1 commits)")[![nicolasbeauvais](https://avatars.githubusercontent.com/u/2951704?v=4)](https://github.com/nicolasbeauvais "nicolasbeauvais (1 commits)")

---

Tags

botbotscoutclientphpprotectionclientbotprotectionbotscout

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nicolasbeauvais-botscout-client/health.svg)

```
[![Health](https://phpackages.com/badges/nicolasbeauvais-botscout-client/health.svg)](https://phpackages.com/packages/nicolasbeauvais-botscout-client)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[crwlr/crawler

Web crawling and scraping library.

36816.4k2](/packages/crwlr-crawler)[formapro/telegram-bot

PHP Telegram Bot

2522.5k](/packages/formapro-telegram-bot)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
