PHPackages                             yooer/useragent-parser - 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. yooer/useragent-parser

ActiveLibrary

yooer/useragent-parser
======================

A PHP library for detecting browser, operating system and device from user agent strings

1.0.5(1y ago)093↓100%GPL-3.0PHPPHP &gt;=5.4.0

Since Mar 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yooer/useragent-parser)[ Packagist](https://packagist.org/packages/yooer/useragent-parser)[ RSS](/packages/yooer-useragent-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

UserAgent Parser
================

[](#useragent-parser)

A PHP library for parsing and detecting user agent strings to identify browsers, operating systems, and devices.

Features
--------

[](#features)

- Detects browser type and version
- Identifies device type and brand
- Detects operating system and version
- Supports mobile device detection
- Compatible with most mainstream browsers and operating systems

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

[](#installation)

Using Composer:

```
composer require yooer/useragent-parser
```

Usage
-----

[](#usage)

Basic usage:

```
