Open loevgaard opened 3 years ago
As for me, it is big question for what this library is necessary at all when Device Detector has isBot() function itself.
Compare their bots lists: https://github.com/Setono/BotDetectionBundle/blob/master/src/BotDetector/Bots.php https://github.com/matomo-org/device-detector/blob/master/regexes/bots.yml
Hi, @kaurov
I agree. The only thing this does is to optimize the checking for common bots. See https://github.com/Setono/BotDetectionBundle/blob/master/src/BotDetector/BotDetector.php#L49-L50
As for me, it is big question for what this library is necessary at all when Device Detector has isBot() function itself.
Compare their bots lists: https://github.com/Setono/BotDetectionBundle/blob/master/src/BotDetector/Bots.php https://github.com/matomo-org/device-detector/blob/master/regexes/bots.yml