JayBizzle / Laravel-Crawler-Detect

A Laravel wrapper for CrawlerDetect - the web crawler detection library
MIT License
311 stars 30 forks source link

Getting bot agent information #16

Closed IggsGrey closed 3 years ago

IggsGrey commented 3 years ago

Is it possible to get any information at all related to the bot with this awesome library? How to?

JayBizzle commented 3 years ago

No, not really. This library is not for that purpose. It is just for determining if a request is by a bot or not, we didn't want to maintain a list of ALL bots.

You can get info on which part of the user agent was match though! See info on how in the README 👍