Author: Manuel Lemos
Updated on: 2021-09-20
Posted on: 2021-09-20
Package: Laravel Agents Detector
Detecting those details on every HTTP request sent to the application Web server is time-consuming.
This package can cache the detected user browser details using a Laravel model class. This way, it avoids performing the same steps to detect the user browser details on every HTTP request.
About the Laravel Agents Detector Package
The package Laravel Agents Detector is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Detect the browser type and store it model objects
Here follows in more detail what it does:
This class can detect the browser type and store its model objects.
It can parse the current browser user agent string to detect several browser details like the browser name, the operating system of the user machine, languages supported by the browser user, type of browser, browser machine details, etc...
The package can store the details of the detected browser in model objects, so it can load those details in a future request from another user access using the same browser.
Conclusion
The Laravel Agents Detector can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.