PHPackages                             intelogie/bower-dmn-js - 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. intelogie/bower-dmn-js

ActiveLibrary

intelogie/bower-dmn-js
======================

0103JavaScript

Since Sep 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/INTELOGIE/bower-dmn-js)[ Packagist](https://packagist.org/packages/intelogie/bower-dmn-js)[ RSS](/packages/intelogie-bower-dmn-js/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dmn-js (pre-packaged version)
=============================

[](#dmn-js-pre-packaged-version)

This is a packaged version of [dmn-js](https://github.com/bpmn-io/dmn-js) for standalone usage or via [bower](http://bower.io).

Usage
-----

[](#usage)

Fetch the dependency via `bower install dmn-js` or download individual files from the [dist folder](https://github.com/bpmn-io/bower-dmn-js/tree/master/dist).

Include the file into your project

```

  // require is part of bundle file
  var DmnViewer = window.DmnJS;

  var xml; // my DMN xml
  var viewer = new DmnViewer({ container: 'body' });

  viewer.importXML(xml, function(err) {

    if (err) {
      console.log('error rendering', err);
    } else {
      console.log('rendered');
    }
  });

```

Checkout the [examples repository](https://github.com/bpmn-io/dmn-js-examples) for a complete example of [how to use dmn-js with bower](https://github.com/bpmn-io/dmn-js-examples/tree/master/simple-bower).

License
-------

[](#license)

Use under the terms of the [bpmn-js license](http://bpmn.io/license).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd960536c07e255b2e6f7e55c03c6d09274b215ccceaccc38926ffe03e098a7?d=identicon)[bgauthier](/maintainers/bgauthier)

---

Top Contributors

[![SebastianStamm](https://avatars.githubusercontent.com/u/8982136?v=4)](https://github.com/SebastianStamm "SebastianStamm (3 commits)")[![bgauthier](https://avatars.githubusercontent.com/u/1789355?v=4)](https://github.com/bgauthier "bgauthier (1 commits)")

### Embed Badge

![Health badge](/badges/intelogie-bower-dmn-js/health.svg)

```
[![Health](https://phpackages.com/badges/intelogie-bower-dmn-js/health.svg)](https://phpackages.com/packages/intelogie-bower-dmn-js)
```

PHPackages © 2026

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