PHPackages                             dotpulse/outdatedbrowser - 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. dotpulse/outdatedbrowser

ActiveNeos-plugin

dotpulse/outdatedbrowser
========================

Outdated Browser for Neos CMS

2.3.3(4y ago)53.0kMITHTML

Since Sep 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/dotpulse/Dotpulse.OutdatedBrowser)[ Packagist](https://packagist.org/packages/dotpulse/outdatedbrowser)[ RSS](/packages/dotpulse-outdatedbrowser/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (27)Used By (0)

Dotpulse.OutdatedBrowser
========================

[](#dotpulseoutdatedbrowser)

[![Latest Stable Version](https://camo.githubusercontent.com/80ebc1a718e4d93968ecdddea34e2524ea005dd9d0e57e35c2aa9bbd9a259721/68747470733a2f2f706f7365722e707567782e6f72672f646f7470756c73652f6f7574646174656462726f777365722f762f737461626c65)](https://packagist.org/packages/dotpulse/outdatedbrowser)[![Total Downloads](https://camo.githubusercontent.com/96db0eca783b89586a44ab3a5cbf9fbc31bb1c823329682e4e01e05d1b117677/68747470733a2f2f706f7365722e707567782e6f72672f646f7470756c73652f6f7574646174656462726f777365722f646f776e6c6f616473)](https://packagist.org/packages/dotpulse/outdatedbrowser)[![License](https://camo.githubusercontent.com/b9a9cfc1535639489b1043acefeb8302a6d34cc60999943418016ac16ff46556/68747470733a2f2f706f7365722e707567782e6f72672f646f7470756c73652f6f7574646174656462726f777365722f6c6963656e7365)](https://packagist.org/packages/dotpulse/outdatedbrowser)

This package includes [Outdated Browser](http://outdatedbrowser.com/) into [Neos CMS](https://www.neos.io). You can configure in your [`Settings.yaml`](Configuration/Settings.yaml) when the warning should be shown.

VersionNeos0.2.\*2.\*&gt; 2.23.\* + 4.\*[![Screenshot ot outdatedbrowser.com](https://user-images.githubusercontent.com/4510166/36903094-e575156a-1e2c-11e8-8cd1-acc375c451a7.png)](https://user-images.githubusercontent.com/4510166/36903094-e575156a-1e2c-11e8-8cd1-acc375c451a7.png)

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

[](#installation)

Most of the time you have to make small adjustments to a package (e.g. configuration in [`Settings.yaml`](Configuration/Settings.yaml)). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under `Packages/Sites/`. To install it correctly go to your theme package (e.g.`Packages/Sites/Foo.Bar`) and run following command:

```
composer require dotpulse/outdatedbrowser --no-update
```

To install the package under Neos 2.\* you have to enter

```
composer require "dotpulse/outdatedbrowser:~0.2" --no-update
```

The `--no-update` command prevent the automatic update of the dependencies. After the package was added to your theme `composer.json`, go back to the root of the Neos installation and run `composer update`. Et voilà! Your desired package is now installed correctly.

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

[](#configuration)

Basicly you need to ajust the setting `Dotpulse.OutdatedBrowser.lowerThan`. The default value is `IE11`. You can set the setting `Dotpulse.OutdatedBrowser.lowerThan` to different kind of values:

- Browser based
    - `A23` (Android 2.3)
    - `IE8`
    - `IE9`
    - `IE10`
    - `IE11`
    - `Edge`
- Feature based
    - `Flexbox`
    - `oldGrid` (The old css grid specification)
    - `Grid`
- Property based
    - Any CSS property, e. g. `transform`

Example:

```
Dotpulse:
  OutdatedBrowser:
    lowerThan: Grid
```

License
-------

[](#license)

Licensed under MIT, see [LICENSE](LICENSE)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 99.1% 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 ~78 days

Recently: every ~305 days

Total

25

Last Release

1651d ago

Major Versions

0.2.0 → 1.2.02018-03-02

1.2.0 → 2.0.02018-03-05

0.2.1 → 2.2.02018-05-28

0.2.2 → 2.2.12018-05-29

0.2.3 → 2.2.22018-06-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b04fa6c97ff6eb747e5eae94121d33110c333a509cf19d4a833b3cc3863e730?d=identicon)[dotpulse](/maintainers/dotpulse)

---

Top Contributors

[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (108 commits)")[![sbruggmann](https://avatars.githubusercontent.com/u/1162368?v=4)](https://github.com/sbruggmann "sbruggmann (1 commits)")

---

Tags

flowNeosoutdated-browser

### Embed Badge

![Health badge](/badges/dotpulse-outdatedbrowser/health.svg)

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

###  Alternatives

[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14228.6k10](/packages/carbon-includeassets)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

18167.5k](/packages/moc-notfound)[jonnitto/plyr

Plyr.io for Neos.io

1236.2k2](/packages/jonnitto-plyr)

PHPackages © 2026

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