PHPackages                             mhmmdq/useragent - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mhmmdq/useragent

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mhmmdq/useragent
================

A small package to identify the user's browser

1.0.0(5y ago)843MITPHPPHP &gt;=5.5

Since Jun 12Pushed 5y ago4 watchersCompare

[ Source](https://github.com/mhmmdq/useragent)[ Packagist](https://packagist.org/packages/mhmmdq/useragent)[ RSS](/packages/mhmmdq-useragent/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Php package detects user browser details
========================================

[](#php-package-detects-user-browser-details)

This package extracts `$_SERVER['HTTP_USER_AGENT']` details of the client browser and provides the details to you as an array.

Installation
------------

[](#installation)

Installed by [Composer](https://getcomposer.org/ "Composer")

```
$ composer require mhmmdq\useragent
```

How to use
----------

[](#how-to-use)

To use the package, first add the Autoloder Composer file to the software and then call the class

```
