PHPackages                             chronostep/chronobrowserplatform - 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. chronostep/chronobrowserplatform

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

chronostep/chronobrowserplatform
================================

Detects the current browser and current platform

v1.0.5(1y ago)117MITPHP

Since Jun 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ChronoDevs/chronobrowserplatformdetection)[ Packagist](https://packagist.org/packages/chronostep/chronobrowserplatform)[ RSS](/packages/chronostep-chronobrowserplatform/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (7)Used By (0)

[![](https://avatars.githubusercontent.com/u/48752111?v=4)](https://github.com/ChronoDevs)

[![](https://camo.githubusercontent.com/263f3694f42afc27e06a1ff829cd63884893b55624e13a16893dd0a3ba772b94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d737563636573732e737667)](https://github.com/ChronoDevs/chronobrowserplatformdetection)[![Latest Stable Version](https://camo.githubusercontent.com/6b49d6ad98dcc4726e65ac3068e91eaf40655a960dfef1073cbbe24b1c5ddcda/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d6465765f6d61737465722d626c7565)](https://packagist.org/packages/chronostep/chronobrowserplatform)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://github.com/ChronoDevs/chronobrowserplatformdetection/blob/main/LICENSE)

Chrono Browser Platform Detection
---------------------------------

[](#chrono-browser-platform-detection)

Intended to return an array containing the currents users platform and browser using

- Simple
- Easy to Install

How to Install
--------------

[](#how-to-install)

```
composer require chronostep/chronobrowserplatform

```

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

[](#how-to-use)

Include this to the top of your class

```
use BPDetect;

```

Just call the following command

```
$bpresult = BPDetect::detect();

```

Following command will return an array that looks like this.

```
array:3 [▼
  "browser" => "Google Chrome"
  "platform" => "Windows"
  "device" => ""
  "public_ip" => "43.226.6.160"
]

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~183 days

Total

5

Last Release

375d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0159e3c3659c38a80d9157373b0e3c9ae7306965402574955c583390df09aa4e?d=identicon)[ChronoDevs](/maintainers/ChronoDevs)

---

Top Contributors

[![JCs3lma](https://avatars.githubusercontent.com/u/88816788?v=4)](https://github.com/JCs3lma "JCs3lma (17 commits)")

### Embed Badge

![Health badge](/badges/chronostep-chronobrowserplatform/health.svg)

```
[![Health](https://phpackages.com/badges/chronostep-chronobrowserplatform/health.svg)](https://phpackages.com/packages/chronostep-chronobrowserplatform)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
