alikdex/yii2-crawler-detect
最新稳定版本:1.0
Composer 安装命令:
composer require alikdex/yii2-crawler-detect
包简介
Yii2 extension for CrawlerDetect library
README 文档
README
Yii2 extension for CrawlerDetect 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 */
统计信息
- 总下载量: 21.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-03