GaretJax / phpbrowscap

Standalone replacement for php's native get_browser() function
MIT License
429 stars 69 forks source link

Still being updated? #31

Closed CMCDragonkai closed 11 years ago

CMCDragonkai commented 11 years ago

Is this project still alive? Also how reliable is it in detecting search bots?

quentin389 commented 11 years ago

It wasn't being updated. Now it will.

Bots detecting is as reliable as get_browser() detecting is. Right now there are a lot of new browsers/bots missing, because browscap project got stalled. When it gets back on track this class should start returning good results once again.

Bots don't change as often as user browsers, so the situation is not that bad here, but if you want more reliable detection, try UserAgentInfo for the time being.

I'm closing this issue.