PHPackages                             zedwoo/bot-tracker - 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. zedwoo/bot-tracker

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

zedwoo/bot-tracker
==================

v0.0.3(12y ago)07MITPHPPHP &gt;=5.3.3

Since Dec 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zedwoo/bot-tracker)[ Packagist](https://packagist.org/packages/zedwoo/bot-tracker)[ Docs](https://github.com/zedwoo/bot-tracker)[ RSS](/packages/zedwoo-bot-tracker/feed)WikiDiscussions master Synced 3d ago

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

\#bot-tracker

PHP-Library for logging Google-Bot-Visits to splunkstorm ( it's free:  )

\##Installation Make sure PHP &gt;= 5.3.4 is available on your server.

\###With Composer If you are using composer (  ), you will get the freshest version, adding this to the require-section in your composer.json:

```
"zedwoo/bot-tracker": "0.0.*"

```

\###File-include If you don't like Composer, you can include a single file in your project. You will find it under "src/Zedwoo/BotTracker/BotTracker.php".

\###Git clone If you want to use the dev-version with "git clone", i think, you know how to do it ;)

\##How to use You need a free account from splunkstorm (  ‎):

Easy Logging:

```
$botLog = new \Zedwoo\BotTracker\BotTracker($splunkProjectId, $splunkAccessToken, $splunkApiHostname);
$botLog->doLog();

```

And Logging with 404-Pages

```
$botLog = new \Zedwoo\BotTracker\BotTracker($splunkProjectId, $splunkAccessToken, $splunkApiHostname);
if(is_404er){
$botLog->setRequestStatusCode(404);
}
$botLog->doLog();

```

You have to implement the "is\_404er" by your own ;-)

\##Contributing You want to help? It's so easy:

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5a4eb98a6647c40ede26cd8ad510ad0f1b8e1843518fa8e2125ba038dda8f68?d=identicon)[MichaelCgn](/maintainers/MichaelCgn)

---

Top Contributors

[![Michaelcgn](https://avatars.githubusercontent.com/u/1945153?v=4)](https://github.com/Michaelcgn "Michaelcgn (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zedwoo-bot-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/zedwoo-bot-tracker/health.svg)](https://phpackages.com/packages/zedwoo-bot-tracker)
```

###  Alternatives

[mokhosh/muddle

Obfuscate emails and strings in PHP and Laravel

7610.6k](/packages/mokhosh-muddle)

PHPackages © 2026

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