11![ Browser Detection Logo] ( https://user-images.githubusercontent.com/3441017/126362397-d9767164-4f44-4d41-a3cd-b669e10e95dc.png )
22
3- ## Browser Detection v4.4 by _ [ hisorange] ( https://hisorange.me ) _
3+ ## Browser Detection v4.5 by _ [ hisorange] ( https://hisorange.me ) _
44
55[ ![ Latest Stable Version] ( https://poser.pugx.org/hisorange/browser-detect/v/stable )] ( https://packagist.org/packages/hisorange/browser-detect )
66[ ![ Build] ( https://github.com/hisorange/browser-detect/actions/workflows/latest.yml/badge.svg?branch=stable )] ( https://github.com/hisorange/browser-detect/actions/workflows/latest.yml )
1010
1111Easy to use package to identify the visitor's browser details and device type.
1212Magic is ** not** involved the results are generated by multiple well tested and developed packages.
13- Supporting ** every laravel** version between ** 4.0 » ; 8 .0** , also tested on ** every PHP** version between ** 5.6 » ; 8.0 ** .
13+ Supporting ** every laravel** version between ** 4.0 » ; 9 .0** , also tested on ** every PHP** version between ** 5.6 » ; 8.1 ** .
1414
1515### How to install
1616
@@ -92,6 +92,7 @@ The following matrix is has been continuously tested by the great and awesome **
9292| Laravel 6.x | - | - | - | ✓ ; |
9393| Laravel 7.x | - | - | - | ✓ ; |
9494| Laravel 8.x | - | - | - | 4.4+ |
95+ | Laravel 9.x | - | - | - | 4.4+ |
9596| Standalone | - | - | - | 4.2+ |
9697
9798Since 2013 the package runs tests on every possible PHP / Laravel version matrix.
@@ -124,6 +125,7 @@ Every call on the **Browser** facade is proxied to a result object, so the follo
124125| Browser::isTablet() | Is this a tablet device. | _ (boolean)_ |
125126| Browser::isDesktop() | Is this a desktop computer. | _ (boolean)_ |
126127| Browser::isBot() | Is this a crawler / bot. | _ (boolean)_ |
128+ | Browser::deviceType() | Enumerated response for [ Mobile, Tablet, Desktop, and Bot] | _ (string)_ |
127129| ** Browser related functions** | | |
128130| Browser::browserName() | Browser's human friendly name like Firefox 3.6, Chrome 42. | _ (string)_ |
129131| Browser::browserFamily() | Browser's vendor like Chrome, Firefox, Opera. | _ (string)_ |
@@ -144,7 +146,6 @@ Every call on the **Browser** facade is proxied to a result object, so the follo
144146| Browser::isLinux() | Is this a linux based operating system. | _ (boolean)_ |
145147| Browser::isMac() | Is this an iOS or Mac based operating system. | _ (boolean)_ |
146148| Browser::isAndroid() | Is this an Android operating system. | _ (boolean)_ |
147- | Browser::deviceType() | Enumerated response for [ Mobile, Tablet, Desktop, and Bot] | _ (string)_ |
148149| ** Device related functions** | | |
149150| Browser::deviceFamily() | Device's vendor like Samsung, Apple, Huawei. | _ (string)_ |
150151| Browser::deviceModel() | Device's brand name like iPad, iPhone, Nexus. | _ (string)_ |
0 commit comments