-
The [browscap-js](https://github.com/mimmi20/browscap-js) package uses the [browscap](https://github.com/browscap) database, which is the most exhaustive and active database of useragents I could find…
ismay updated
3 months ago
-
1. NuGet
2. user agent strings - https://browscap.org/ (the "browscap.xml" file)
3. MaxMind GeoIP.dat - http://www.maxmind.com/en/geolocation_landing и https://www.maxmind.com/en/opensource
And c…
-
laterpay/laterpay-wordpress-plugin/issues/653
-
Nice bundle. Is `browscap.update_method` a required parameter, or should the BrowscapBundle be able to deduce this on it's own?
-
On local:
```
$ ./bin/console browscap:update
[phpbrowscap\Exception]
Bad datetime format fro…
-
browscap_obj->getBrowser()->Browser returns 'Default Browser'
-
```
Testing Browscap.php r17 in PHP5.3 (Apache2, WinVista) returns:
Warning: parse error, expecting `']'' in
C:\wamp\www\browscap\cache\browscap.ini on line 49 in
C:\wamp\www\browscap\Browscap.php on…
-
I got this error on unit tests:
``` bash
Fatal error: Class 'phpbrowscap\Browscap' not found in /code/vendor/browscap/browscap-bundle/Browscap/BrowscapBundle/Browscap.php on line 10
```
Installed ve…
-
```
Testing Browscap.php r17 in PHP5.3 (Apache2, WinVista) returns:
Warning: parse error, expecting `']'' in
C:\wamp\www\browscap\cache\browscap.ini on line 49 in
C:\wamp\www\browscap\Browscap.php on…
-
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-ph…