PHPackages                             apnet/html5shiv - 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. apnet/html5shiv

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

apnet/html5shiv
===============

Html5Shiv for AsseticImporter

3.7.3.1(9y ago)09991MITJavaScript

Since Apr 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/apnet/html5shiv)[ Packagist](https://packagist.org/packages/apnet/html5shiv)[ RSS](/packages/apnet-html5shiv/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (9)Versions (5)Used By (1)

Html5Shiv Asset Importer
========================

[](#html5shiv-asset-importer)

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

[](#installation)

Add requirements to composer.json:

```
{
  "require" : {
    "apnet/html5shiv" : "~3.7"
  }
}
```

Configurations
--------------

[](#configurations)

Register `ApnetAsseticImporterBundle` bundle in the `AppKernel.php` file

```
// ...other bundles ...
$bundles[] = new Apnet\AsseticImporterBundle\ApnetAsseticImporterBundle();
```

Add Html5Shiv importer to services.yml

```
services:
    apnet.assetic.importer.html5shiv:
        parent: assetic.importer_path
        arguments:
            - %kernel.root_dir%/../vendor/apnet/html5shiv/app/Resources/assets/dist
            - html5shiv
        tags:
            - { name: apnet.assetic.config_mapper }
```

Twig
----

[](#twig)

To include Html5Shiv into Twig template use **imported\_asset** function:

```

```

or/and

```

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

3597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd7f833537e59f3a0275ec881051e8d08ee9b658025f675f201228956da8a3e0?d=identicon)[covex-nn](/maintainers/covex-nn)

---

Top Contributors

[![covex-nn](https://avatars.githubusercontent.com/u/110878?v=4)](https://github.com/covex-nn "covex-nn (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/apnet-html5shiv/health.svg)

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

###  Alternatives

[cloudstek/php-enum

Enumeration support for PHP

15266.5k](/packages/cloudstek-php-enum)

PHPackages © 2026

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