PHPackages                             stinger/visjs-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. stinger/visjs-bundle

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

stinger/visjs-bundle
====================

Symfony2 Bundle for the dynamic, browser-based visualization library developed by http://visjs.org

4.3.0(10y ago)04.8kMITJavaScript

Since Jun 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Stinger-Soft/VisJsBundle)[ Packagist](https://packagist.org/packages/stinger/visjs-bundle)[ Docs](http://www.visjs.org)[ RSS](/packages/stinger-visjs-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

VisJs Bundle for Symfony2
=========================

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

vis.js Bundle for Symfony2

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

[](#current-version)

vis.js v4.3.0

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "stinger/visjs-bundle": "~4.3"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\VisJsBundle\StingerVisJsBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

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

```
$ php composer.phar update stinger/visjs-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)

Add the css and js file where needed:

```
{% stylesheets  filter="cssrewrite"
	'bundles/stingervisjs/css/vis.min.css'
%}

{% endstylesheets %}

{% javascripts
	'bundles/stingervisjs/js/vis.min.js'
%}

{% endjavascripts %}
```

Licenses
========

[](#licenses)

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

References
==========

[](#references)

1.
2.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2f01fea764b969355a878a17f1a26cee49f4acccf17a79fd36527042e07384c?d=identicon)[Viburnum](/maintainers/Viburnum)

---

Top Contributors

[![Viburnum](https://avatars.githubusercontent.com/u/2122889?v=4)](https://github.com/Viburnum "Viburnum (4 commits)")

---

Tags

browserjavascripttimelinenetworkchartgraphvisualizationlinechartvisweb basedbrowser based

### Embed Badge

![Health badge](/badges/stinger-visjs-bundle/health.svg)

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

###  Alternatives

[desandro/masonry

Cascading grid layout library

16.7k424.4k1](/packages/desandro-masonry)[novus/nvd3

A reusable charting library written in d3.js

7.2k207.7k2](/packages/novus-nvd3)[graphp/graph

GraPHP is the mathematical graph/network library written in PHP.

711292.6k3](/packages/graphp-graph)[amenadiel/jpgraph

Composer Friendly, full refactor of JpGraph, library to make graphs and charts

1492.2M7](/packages/amenadiel-jpgraph)[professional-wiki/network

MediaWiki extension for adding interactive network visualizations to your wiki pages

3211.9k](/packages/professional-wiki-network)[noximo/php-colored-ascii-linechart

Pretty line graphs in your console, html or images

1994.1k](/packages/noximo-php-colored-ascii-linechart)

PHPackages © 2026

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