PHPackages                             kongoon/yii2-orgchart - 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. kongoon/yii2-orgchart

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

kongoon/yii2-orgchart
=====================

Google Visualization OrgChart for Yii Framework 2.0

0.0.2(10y ago)32.7k4[1 issues](https://github.com/kongoon/yii2-orgchart/issues)BSD 3-ClausePHP

Since May 23Pushed 10y ago2 watchersCompare

[ Source](https://github.com/kongoon/yii2-orgchart)[ Packagist](https://packagist.org/packages/kongoon/yii2-orgchart)[ Docs](https://github.com/kongoon/yii2-orgchart)[ RSS](/packages/kongoon-yii2-orgchart/feed)WikiDiscussions master Synced today

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

Yii2 Organization Chart Widget
==============================

[](#yii2-organization-chart-widget)

Easily add [Google Visualization OrgChart](https://developers.google.com/chart/interactive/docs/gallery/orgchart#example) to your Yii2 application.

[![Screen Shot](https://camo.githubusercontent.com/85813946dc096cadd910bc6459b51062ca4b713f79f20fa74fe9722aca16459d/68747470733a2f2f7777772e70726f6772616d6d6572746861696c616e642e636f6d2f75706c6f6164732f312f313436333939343336345f796969322d6f7267616e697a6174696f6e2d63686172742e6a7067)](https://camo.githubusercontent.com/85813946dc096cadd910bc6459b51062ca4b713f79f20fa74fe9722aca16459d/68747470733a2f2f7777772e70726f6772616d6d6572746861696c616e642e636f6d2f75706c6f6164732f312f313436333939343336345f796969322d6f7267616e697a6174696f6e2d63686172742e6a7067)

Install
-------

[](#install)

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

Either run

```
composer require kongoon/yii2-orgchart

```

Usage
-----

[](#usage)

To use this widget, insert the following code into a view file:

```
use kongoon\orgchart\OrgChart;

echo OrgChart::widget([
    'data' => [
            [['v' => 'Mike', 'f' => ' MikeThe President'],'', 'The President'],
            [['v' => 'Jim', 'f' => 'JimThe Test'],'Mike', 'VP'],
            [['v' => 'ทดสอบ', 'f' => 'ทดสอบThe Test'], 'Mike', ''],
            [['v' => 'Bob', 'f' => 'BobThe Test'], 'Jim', 'Bob Sponge'],
            [['v' => 'Caral', 'f' => 'CaralThe Test'], 'Mike', 'Caral Title'],

    ]
]);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3693d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86f6039ff91096fdc7208910a7d50f3388ae16ab4d6b0f2281c7c3d9e3314dc1?d=identicon)[kongoon](/maintainers/kongoon)

---

Top Contributors

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

---

Tags

googleyii2extensionyiivisualizationOrgChart

### Embed Badge

![Health badge](/badges/kongoon-yii2-orgchart/health.svg)

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

###  Alternatives

[sjaakp/yii2-gcharts

Google Charts the Yii 2.0 way

2235.7k1](/packages/sjaakp-yii2-gcharts)

PHPackages © 2026

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