PHPackages                             bmatzner/modernizr-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. bmatzner/modernizr-bundle

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

bmatzner/modernizr-bundle
=========================

Modernizr Bundle for Symfony2

2.7.1(12y ago)226.7k↓81.3%1MITJavaScript

Since Jan 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/bmatzner/BmatznerModernizrBundle)[ Packagist](https://packagist.org/packages/bmatzner/modernizr-bundle)[ Docs](http://modernizr.com/)[ RSS](/packages/bmatzner-modernizr-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (1)

Modernizr Bundle for Symfony2
=============================

[](#modernizr-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

Modernizr 2.7.1 includes custom build similar to the one used by Zurb Foundation

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/modernizr-bundle": "~2.7"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Bmatzner\ModernizrBundle\BmatznerModernizrBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update bmatzner/modernizr-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.
2.
3.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

4595d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204826?v=4)[Bernd Matzner](/maintainers/bmatzner)[@bmatzner](https://github.com/bmatzner)

---

Tags

symfonyjavascriptHTML5detection

### Embed Badge

![Health badge](/badges/bmatzner-modernizr-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bmatzner-modernizr-bundle/health.svg)](https://phpackages.com/packages/bmatzner-modernizr-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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