PHPackages                             cmskit/bower-bpmn-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. cmskit/bower-bpmn-js

ActiveLibrary

cmskit/bower-bpmn-js
====================

bpmn-js is the BPMN 2.0 diagram modeling and rendering toolkit

09JavaScript

Since Feb 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cmskit/bower-bpmn-js)[ Packagist](https://packagist.org/packages/cmskit/bower-bpmn-js)[ RSS](/packages/cmskit-bower-bpmn-js/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

bpmn-js Bower Package
=====================

[](#bpmn-js-bower-package)

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

Usage
-----

[](#usage)

Install the dependency via

```
bower install bpmn-js

```

Include the file into your project

```

  // require is part of bundle file
  var BpmnViewer = window.BpmnJS;

  var xml; // ADD BPMN 2.0 XML HERE
  var viewer = new BpmnViewer({ 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/bpmn-js-examples) for a complete example of [how to use bpmn-js with bower](https://github.com/bpmn-io/bpmn-js-examples/tree/master/simple-bower).

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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/9c4305eee60c9e61896e8a121b0fe72e33e546cf8770d22718f946f309dd255e?d=identicon)[cmskit](/maintainers/cmskit)

---

Top Contributors

[![nikku](https://avatars.githubusercontent.com/u/58601?v=4)](https://github.com/nikku "nikku (19 commits)")[![cmskit](https://avatars.githubusercontent.com/u/3596992?v=4)](https://github.com/cmskit "cmskit (1 commits)")

### Embed Badge

![Health badge](/badges/cmskit-bower-bpmn-js/health.svg)

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

PHPackages © 2026

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