PHPackages                             alikdex/yii2-crawler-detect - 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. alikdex/yii2-crawler-detect

ActiveYii2-extension

alikdex/yii2-crawler-detect
===========================

Yii2 extension for CrawlerDetect library

1.0(9y ago)1421.6k↓50%3MIT licensePHP

Since Aug 3Pushed 9y agoCompare

[ Source](https://github.com/AlikDex/yii2-crawler-detect)[ Packagist](https://packagist.org/packages/alikdex/yii2-crawler-detect)[ RSS](/packages/alikdex-yii2-crawler-detect/feed)WikiDiscussions master Synced 1mo ago

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

yii2-device-detect
==================

[](#yii2-device-detect)

Yii2 extension for [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) library.

To use it just require this extension in your `composer.json` file:

```
"alikdex/yii2-crawler-detect": "1.0",

```

And then add it to your components configuration in Yii2:

```
'bootstrap' => ['crawlerdetect'],
'components' => [
	'crawlerdetect' => [
		'class' => 'alikdex\crawlerdetect\CrawlerDetect',
		'setParams' => true, // optional, bootstrap initialize requred
	],
]
```

Some basic detections are available in Yii's `params`:

```
var_dump(Yii::$app->params['isCrawler']);

// bool(false)
```

You can also use it from anywhere in your code, calling Crawler-Detect's API:

```
\Yii::$app->crawlerdetect->isCrawler();

/*Check all available methods here: https://github.com/JayBizzle/Crawler-Detect */
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3570d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12573893?v=4)[AlikDex](/maintainers/AlikDex)[@AlikDex](https://github.com/AlikDex)

---

Top Contributors

[![AlikDex](https://avatars.githubusercontent.com/u/12573893?v=4)](https://github.com/AlikDex "AlikDex (12 commits)")

---

Tags

crawleryii2extensiondetect

### Embed Badge

![Health badge](/badges/alikdex-yii2-crawler-detect/health.svg)

```
[![Health](https://phpackages.com/badges/alikdex-yii2-crawler-detect/health.svg)](https://phpackages.com/packages/alikdex-yii2-crawler-detect)
```

###  Alternatives

[alexandernst/yii2-device-detect

Yii2 extension for Mobile-Detect library

141846.2k3](/packages/alexandernst-yii2-device-detect)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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