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

ActiveLibrary

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

05JavaScript

Since Sep 3Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

dmn-js - DMN for the web
========================

[](#dmn-js---dmn-for-the-web)

[![Build Status](https://camo.githubusercontent.com/f5458acc8839da001dc7104220a01c1cef6710d04430ad92818087ef8ae88567/68747470733a2f2f7472617669732d63692e6f72672f62706d6e2d696f2f646d6e2d6a732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bpmn-io/dmn-js)

[dmn-js](https://github.com/bpmn-io/dmn-js) is a DMN modeling and rendering toolkit.

> the project is still in an early stage. Documentation may be missing and examples may be broken.

Usage
-----

[](#usage)

```
var DmnViewer = require('dmn-js');

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');
  }
});
```

Resources
---------

[](#resources)

- [Issues](https://github.com/bpmn-io/dmn-js/issues)

Tools
-----

[](#tools)

dmn-js builds on top of a few additional powerful tools

- [dmn-moddle](https://github.com/bpmn-io/dmn-moddle): Read / write support for DMN XML in the browsers
- [table-js](https://github.com/bpmn-io/table-js): Table rendering and editing toolkit

Building the Project
--------------------

[](#building-the-project)

As long as the project is in alpha stage, you must make sure you setup the whole development environment, including a number of [project dependencies](https://github.com/bpmn-io) according to [our development setup](https://github.com/bpmn-io/dmn-js/blob/master/docs/project/SETUP.md).

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

Popularity4

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.3% 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 (142 commits)")[![zeropaper](https://avatars.githubusercontent.com/u/65971?v=4)](https://github.com/zeropaper "zeropaper (27 commits)")[![nikku](https://avatars.githubusercontent.com/u/58601?v=4)](https://github.com/nikku "nikku (10 commits)")[![ricardomatias](https://avatars.githubusercontent.com/u/8850708?v=4)](https://github.com/ricardomatias "ricardomatias (7 commits)")[![pedesen](https://avatars.githubusercontent.com/u/2543743?v=4)](https://github.com/pedesen "pedesen (2 commits)")[![bgauthier](https://avatars.githubusercontent.com/u/1789355?v=4)](https://github.com/bgauthier "bgauthier (1 commits)")[![romansmirnov](https://avatars.githubusercontent.com/u/2368139?v=4)](https://github.com/romansmirnov "romansmirnov (1 commits)")[![jonashackt](https://avatars.githubusercontent.com/u/6949966?v=4)](https://github.com/jonashackt "jonashackt (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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