PHPackages                             chaplean/outdated-browser-bundle - 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. chaplean/outdated-browser-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

chaplean/outdated-browser-bundle
================================

Outdated browser bundle

v4.0.1(6y ago)03[3 PRs](https://github.com/chaplean/outdated-browser-bundle/pulls)MITHTMLPHP &gt;=7.1

Since Nov 5Pushed 4y agoCompare

[ Source](https://github.com/chaplean/outdated-browser-bundle)[ Packagist](https://packagist.org/packages/chaplean/outdated-browser-bundle)[ RSS](/packages/chaplean-outdated-browser-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (13)Versions (16)Used By (0)

Getting Started With Chaplean Outdated Browser Bundle
=====================================================

[](#getting-started-with-chaplean-outdated-browser-bundle)

1. Add me in AppKernel
======================

[](#1-add-me-in-appkernel)

app/AppKernel.php:

```
...
    /**
     * @return array
     */
    public function registerBundles()
    {
        return array(
            ...
            new Chaplean\Bundle\OutdatedBrowserBundle\ChapleanOutdatedBrowserBundle(),
        );
    }
...

```

2. Define config (Optionnal)
============================

[](#2-define-config-optionnal)

app/config/config.yml:

```
# default option
chaplean_outdated_browser:
    background_color: '#f25648'
    color: '#ffffff'
    lower_than: 'transform'
    template: 'ChapleanOutdatedBrowserBundle:Template:outdated.html.twig'

```

`lower_than` can take:

- "IE11","borderImage"
- "IE10", "transform" (Default property)
- "IE9", "boxShadow"
- "IE8", "borderSpacing"

3. Update assetic
=================

[](#3-update-assetic)

Add this bundle in assetic config:

```
assetic:
    bundles: ['ChapleanOutdatedBrowserBundle']

```

4. Add routes
=============

[](#4-add-routes)

Include a routing in global routing

app/config/routing.yml:

```
chaplean_outdated_browser_bundle:
    resource: "@ChapleanOutdatedBrowserBundle/Resources/config/routing.yml"
    prefix:   /

```

5. Add script in layout
=======================

[](#5-add-script-in-layout)

In layout html add me simply:

Version unminified:

```

```

Version minified:

```

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 60.7% 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 ~134 days

Recently: every ~169 days

Total

11

Last Release

2502d ago

Major Versions

v1.1.1 → v2.0.02016-01-04

v2.1.0 → v3.0.02017-09-01

v3.0.1 → v4.0.02018-03-27

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v3.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

---

Top Contributors

[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (17 commits)")[![tomchaplean](https://avatars.githubusercontent.com/u/5412926?v=4)](https://github.com/tomchaplean "tomchaplean (7 commits)")[![valentin-chaplean](https://avatars.githubusercontent.com/u/15136254?v=4)](https://github.com/valentin-chaplean "valentin-chaplean (4 commits)")

### Embed Badge

![Health badge](/badges/chaplean-outdated-browser-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/chaplean-outdated-browser-bundle/health.svg)](https://phpackages.com/packages/chaplean-outdated-browser-bundle)
```

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)

PHPackages © 2026

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