PHPackages                             anasstouaticoder/magento2-module-outdated-browser-notifier - 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. anasstouaticoder/magento2-module-outdated-browser-notifier

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

anasstouaticoder/magento2-module-outdated-browser-notifier
==========================================================

Outdated Browser Notifier is a Magento 2 Module uses browser-update.org and was designed to detect outdated browsers and notify users to update their browsers for optimal performance and security. This module ensures a better user experience by reducing compatibility issues and encouraging the use of modern browsers.

1.0.1(1y ago)30MITPHPPHP ~7.0||~7.1||~7.2||~7.3||~7.4.0||~8.1||~8.2

Since May 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/anasstouaticoder/magento2-module-outdated-browser-notifier)[ Packagist](https://packagist.org/packages/anasstouaticoder/magento2-module-outdated-browser-notifier)[ RSS](/packages/anasstouaticoder-magento2-module-outdated-browser-notifier/feed)WikiDiscussions main Synced 1mo ago

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

Magento 2 Module AnassTouatiCoder OutdatedBrowserNotifier
=========================================================

[](#magento-2-module-anasstouaticoder-outdatedbrowsernotifier)

Dynamically redirect to subdirectories or new domains for websites and storeviews

 [![Supported Magento Versions](https://camo.githubusercontent.com/27ffecee4d1d95b2b0a6198b6fde6585587afcb6792b3770ad7da9427cffd02e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e312532307c322e322532307c253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/27ffecee4d1d95b2b0a6198b6fde6585587afcb6792b3770ad7da9427cffd02e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e312532307c322e322532307c253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265) [![Latest Stable Version](https://camo.githubusercontent.com/3b4728055023edda7cb5ea0173f5b161f29fc041e3974cc94c1837378006f207/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d6f757464617465642d62726f777365722d6e6f7469666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anasstouaticoder/magento2-module-outdated-browser-notifier) [![Composer Downloads](https://camo.githubusercontent.com/66cc5b4dc9b1a3a349d173c6024cb2a661e35656d92d013582b467069dbb7bd5/68747470733a2f2f706f7365722e707567782e6f72672f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d6f757464617465642d62726f777365722d6e6f7469666965722f646f776e6c6f616473)](https://packagist.org/packages/anasstouaticoder/magento2-outdated-browser-notifier) [![Maintained - Yes](https://camo.githubusercontent.com/04aba48520e6322ebc6c41b7995626a88ce408bd46ec4eb15ae474936b345276/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d7965732d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

```
``anasstouaticoder/magento2-outdated-browser-notifier``

```

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-Configuration)
- [Specifications](#markdown-header-specifications)

Main Functionalities
--------------------

[](#main-functionalities)

Outdated Browser Notifier is a Magento 2 Module designed to detect outdated browsers and notify users to update their browsers for optimal performance and security. This module ensures a better user experience by reducing compatibility issues and encouraging the use of modern browsers.

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

[](#installation)

\* = in production please use the `--keep-generated` option

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/AnassTouatiCoder`
- Enable the module by running `php bin/magento module:enable AnassTouatiCoder_OutdatedBrowserNotifier`
- Apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`
- Do not forget to flush cdn cache or varnish if exist

### Type 2: Composer

[](#type-2-composer)

- Make the module available in a composer repository for example:
    - private repository `repo.magento.com`
    - public repository `packagist.org`
    - public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require anasstouaticoder/magento2-module-outdated-browser-notifier`
- enable the module by running `php bin/magento module:enable AnassTouatiCoder_OutdatedBrowserNotifier`
- apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`
- Do not forget to flush cdn cache or varnish if exist

Configuration
-------------

[](#configuration)

To enable the module in the Front office: Navigate to Stores =&gt; Configuration =&gt; ATOUATI Tools =&gt; Outdated Browser Notifier =&gt; General =&gt; enable Yes, To enable the module in back office as well

Specifications
--------------

[](#specifications)

### Overview

[](#overview)

OutdatedBrowserNotifier is a powerful Magento 2 module designed to enhance user experience by detecting outdated browsers and notifying users to update their browsers for optimal site performance and security. This module seamlessly integrates with your Magento store, ensuring that your customers are using the latest browser versions, thereby reducing compatibility issues and improving overall website functionality.

### Key Features:

[](#key-features)

- Compatibility: it is compatible with all Magento 2 version untill the latest version
- Outdated Browser Detection: Automatically identifies users with outdated browsers.
- Customizable Notification: Displays a customizable message to encourage users to update their browsers.
- Easy Integration: Simple to install and configure within your Magento 2 store.
- Browser Compatibility: Supports detection for all major browsers including Chrome, Firefox, Safari, Edge, and Opera.
- Lightweight and Efficient: Minimal impact on site performance with asynchronous loading.

#### Benefits:

[](#benefits)

- Enhanced User Experience: Ensures users have a smooth and secure browsing experience.
- Improved Security: Encourages users to update to more secure browser versions.
- Reduced Compatibility Issues: Helps prevent display and functionality issues caused by outdated browsers.
- Custom Notifications: Allows you to tailor the update message to fit your brand's voice and style.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b94c75be06a95da0e1b46e7b58cf506861527ba97b1374081dc7b4d74a3e77bb?d=identicon)[anasstouaticode](/maintainers/anasstouaticode)

---

Top Contributors

[![anasstouaticoder](https://avatars.githubusercontent.com/u/16495903?v=4)](https://github.com/anasstouaticoder "anasstouaticoder (1 commits)")

---

Tags

magento 2back officefront officecheck browser securitycheck browser version

### Embed Badge

![Health badge](/badges/anasstouaticoder-magento2-module-outdated-browser-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/anasstouaticoder-magento2-module-outdated-browser-notifier/health.svg)](https://phpackages.com/packages/anasstouaticoder-magento2-module-outdated-browser-notifier)
```

###  Alternatives

[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2091.2M7](/packages/yireo-magento2-webp2)[magepal/magento2-googletagmanager

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

2671.5M4](/packages/magepal-magento2-googletagmanager)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[magepal/magento2-reindex

Reindex your Magento2 store quickly and easily from backend/admin, instead of command line.

112649.7k1](/packages/magepal-magento2-reindex)[anasstouaticoder/magento2-module-instantconfigurationcopy

The InstantConfigurationCopy module provides easy way to copy configuration field information for admin in back office Magento 2.

163.8k](/packages/anasstouaticoder-magento2-module-instantconfigurationcopy)

PHPackages © 2026

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