PHPackages                             stivehu/yii2-jsrrd - 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. stivehu/yii2-jsrrd

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

stivehu/yii2-jsrrd
==================

wrapper to jsrrd

0.9(10y ago)016GPL-3.0+JavaScript

Since Nov 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/stivehu/jsrrd)[ Packagist](https://packagist.org/packages/stivehu/yii2-jsrrd)[ RSS](/packages/stivehu-yii2-jsrrd/feed)WikiDiscussions master Synced 4w ago

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

jsrrd-Yii2 jsrrd
================

[](#jsrrd-yii2-jsrrd)

========== wrapper to jsrrd

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist stivehu/yii2-jsrrd "*"

```

or add

```
"stivehu/yii2-jsrrd": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
```

You must create a draw() function.

Example:

function draw(){

      var ds_graph_opts={'Oscilator':{ color: "#ff8000",
                                       lines: { show: true, fill: true, fillColor:"#ffff80"} }}

      var graph_opts1={legend: { noColumns:4}, yaxis:{max:250,min:-200}};
      var rrdflot_defaults1={graph_only:true,use_checked_DSs:true,checked_DSs:['SignChanger'],use_rra:true,rra:1}
      // the rrdFlotAsync object creates and handles the graph
      var f1=new rrdFlotAsync("mygraph1","example3.rrd",null,graph_opts1,ds_graph_opts,rrdflot_defaults1);

      var graph_opts2={legend: { noColumns:4}, yaxis:{min:100},tooltipOpts:{content:"MyValue: %y.3"}};
      var rrdflot_defaults2={graph_only:true,use_checked_DSs:true,checked_DSs:['Oscilator'],use_rra:true,rra:0}
      // the rrdFlotAsync object creates and handles the graph
      var f2=new rrdFlotAsync("mygraph2","example3.rrd",null,graph_opts2,ds_graph_opts,rrdflot_defaults2);
}

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

3871d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/stivehu-yii2-jsrrd/health.svg)

```
[![Health](https://phpackages.com/badges/stivehu-yii2-jsrrd/health.svg)](https://phpackages.com/packages/stivehu-yii2-jsrrd)
```

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7760.0k](/packages/vyants-yii2-daemon)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1454.6k](/packages/dmstr-yii2-cookie-consent)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

1911.7k](/packages/imanilchaudhari-yii2-currency-converter)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1358.5k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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