PHPackages                             devworkout/bothound - 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. devworkout/bothound

ActiveLibrary

devworkout/bothound
===================

061PHP

Since Feb 3Pushed 3y agoCompare

[ Source](https://github.com/devworkout/bothound)[ Packagist](https://packagist.org/packages/devworkout/bothound)[ RSS](/packages/devworkout-bothound/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bothound
========

[](#bothound)

Detect crawlers by User Agent, Referer or IP.

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

[](#installation)

You can install the package via composer:

```
composer require devworkout/bothound
php artisan migrate
```

Usage
-----

[](#usage)

```
        // Check User Agent, Referer, IP
        if ( $networkName = app( 'bothound' )->identifyBot( $userAgent, $referer, $ip ) )
        {
            dd($networkName);
        }

        app('bothound')->rememberBot('1.2.3.4','facebook');
```

In Console Kernel:

```
$schedule->command( 'bothound:optimize' )->daily();
```

### Testing

[](#testing)

```
composer test
```

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [devworkout](https://github.com/devworkout)
- [All Contributors](../../contributors)

Support us
----------

[](#support-us)

Give us a star!

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc28970580d50f2b4bb813e767ed7b0eefd6481037cd83ebc97ca63a7dae95b?d=identicon)[librevlad](/maintainers/librevlad)

---

Top Contributors

[![librevlad](https://avatars.githubusercontent.com/u/49364343?v=4)](https://github.com/librevlad "librevlad (8 commits)")

### Embed Badge

![Health badge](/badges/devworkout-bothound/health.svg)

```
[![Health](https://phpackages.com/badges/devworkout-bothound/health.svg)](https://phpackages.com/packages/devworkout-bothound)
```

PHPackages © 2026

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