PHPackages                             tibian/browser-requirement - 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. tibian/browser-requirement

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

tibian/browser-requirement
==========================

Browser Requirement for Laravel

1.0.1(9y ago)127MITPHPPHP &gt;=5.5.9

Since Jun 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TiBianMod/browser-requirement)[ Packagist](https://packagist.org/packages/tibian/browser-requirement)[ RSS](/packages/tibian-browser-requirement/feed)WikiDiscussions master Synced 4w ago

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

Browser Requirement for Laravel
-------------------------------

[](#browser-requirement-for-laravel)

Now you can easily Set-up your minimum Browser Requirement for your Application.

### Install

[](#install)

Require this package with composer using the following command

```
composer require tibian/browser-requirement

```

After updating composer, add the service provider to the providers array in config/app.php

```
TiBian\BrowserRequirement\BrowserRequirementServiceProvider::class,
```

### Config

[](#config)

Publish the config file to change it as you wish.

```
php artisan vendor:publish

or

php artisan vendor:publish --provider="TiBian\BrowserRequirement\BrowserRequirementServiceProvider" --tag=config

```

### Usage

[](#usage)

Open the config/browser.php and you are ready to start.

> Let set-up minimum Browser Requirement for OS X and Windows...

```
Os::OSX => [
    Browser::CHROME => 25,
    Browser::FIREFOX => 25,
    Browser::OPERA => 29,
],
// Windows
Os::WINDOWS => [
    Browser::CHROME => 25,
    Browser::FIREFOX => 25,
    Browser::OPERA => 29,
    Browser::SAFARI => 8,
    Browser::IE => 9,
    Browser::EDGE => 11,
],
```

### Routes

[](#routes)

This is a Example from the Routes you need, you are free to customize the Routes like you wish.

```
Route::get("requirement-browser", "ErrorsController@browser")
    ->name('requirement::browser');
```

```
Route::get("/", "PagesController@index")
    ->name('home');
```

##### Any idea for new projects, feel free to Contact me.

[](#any-idea-for-new-projects-feel-free-to-contact-me)

##### Thank you for visiting my Repository.

[](#thank-you-for-visiting-my-repository)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~164 days

Total

2

Last Release

3512d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6603633?v=4)[TiBian](/maintainers/TiBian)[@tibian](https://github.com/tibian)

---

Top Contributors

[![TiBianMod](https://avatars.githubusercontent.com/u/6713842?v=4)](https://github.com/TiBianMod "TiBianMod (2 commits)")

---

Tags

browserlaravellaravel-5-packagerequirementsrestrictionsbrowserlaravelrequirement

### Embed Badge

![Health badge](/badges/tibian-browser-requirement/health.svg)

```
[![Health](https://phpackages.com/badges/tibian-browser-requirement/health.svg)](https://phpackages.com/packages/tibian-browser-requirement)
```

###  Alternatives

[jenssegers/agent

Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect

4.8k70.8M496](/packages/jenssegers-agent)[hisorange/browser-detect

Browser &amp; Mobile detection package for Laravel.

1.1k10.6M60](/packages/hisorange-browser-detect)[unicodeveloper/laravel-identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

19222.0k](/packages/unicodeveloper-laravel-identify)[consoletvs/identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

2675.9k6](/packages/consoletvs-identify)[renoki-co/clusteer

Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.

891.2k](/packages/renoki-co-clusteer)[karmendra/laravel-agent-detector

Laravel wrapper for matomo-org/device-detector user agent parser

1246.2k](/packages/karmendra-laravel-agent-detector)

PHPackages © 2026

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