I've found another browscap parser: https://github.com/crossjoin/Browscap It is faster and less memory usage than browscap-php. Worth a look. My benchmark at PHP 5.5.11 (Linux 32bit) ``` browscap-php: time 0.13754391670227, memory 8388608 crossjoin-browscap: time 0.00087594985961914, memory 524288 ```
I've found another browscap parser: https://github.com/crossjoin/Browscap
It is faster and less memory usage than browscap-php. Worth a look.
My benchmark at PHP 5.5.11 (Linux 32bit)