PHPackages                             esysteme/graphviz - 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. esysteme/graphviz

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

esysteme/graphviz
=================

Graphviz generation for PHP, Patched for Glial

v1.0.2(10y ago)0128MITPHPPHP &gt;=5.3.0

Since May 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Esysteme/graphviz)[ Packagist](https://packagist.org/packages/esysteme/graphviz)[ Docs](http://github.com/alexandresalome/graphviz)[ RSS](/packages/esysteme-graphviz/feed)WikiDiscussions master Synced 1mo ago

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

Alom Graphviz - Graphviz generation for PHP
===========================================

[](#alom-graphviz---graphviz-generation-for-php)

[![Build Status](https://camo.githubusercontent.com/f3406207e8dad2de318c34339cd6f3d02e306193109c777518062022cc1800e2/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f616c6578616e64726573616c6f6d652f677261706876697a2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/alexandresalome/graphviz)

Usage
-----

[](#usage)

This library allow you to create Dot Graph with a PHP fluid interface:

```
$graph = new Alom\Graphviz\Digraph('G');
$graph
    ->subgraph('cluster_1')
        ->attr('node', array('style' => 'filled', 'fillcolor' => 'blue'))
        ->node('A')
        ->node('B')
        ->edge(array('b0', 'b1', 'b2', 'b3'))
    ->end()
    ->edge(array('A', 'B', 'C'))
;
echo $graph->render();
```

Requirements
------------

[](#requirements)

- PHP 5.3
- \[optional\] PHPUnit 3.5+ to execute test suite

Author
------

[](#author)

Alexandre Salomé -  -

License
-------

[](#license)

Alom Graphviz is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~384 days

Total

3

Last Release

3988d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/908ad62d6d64601d968f18f56af5466e68bfead955dbc3ea44f8ceb0545d673c?d=identicon)[Esysteme](/maintainers/Esysteme)

---

Top Contributors

[![Esysteme](https://avatars.githubusercontent.com/u/2485014?v=4)](https://github.com/Esysteme "Esysteme (2 commits)")[![AurelC2G](https://avatars.githubusercontent.com/u/797407?v=4)](https://github.com/AurelC2G "AurelC2G (1 commits)")[![Aurelien92](https://avatars.githubusercontent.com/u/8307735?v=4)](https://github.com/Aurelien92 "Aurelien92 (1 commits)")[![clemens-tolboom](https://avatars.githubusercontent.com/u/371014?v=4)](https://github.com/clemens-tolboom "clemens-tolboom (1 commits)")[![odolbeau](https://avatars.githubusercontent.com/u/680206?v=4)](https://github.com/odolbeau "odolbeau (1 commits)")[![petsagouris](https://avatars.githubusercontent.com/u/277956?v=4)](https://github.com/petsagouris "petsagouris (1 commits)")

---

Tags

dotgraphviz

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/esysteme-graphviz/health.svg)

```
[![Health](https://phpackages.com/badges/esysteme-graphviz/health.svg)](https://phpackages.com/packages/esysteme-graphviz)
```

###  Alternatives

[dflydev/dot-access-data

Given a deep data structure, access data by dot notation.

720359.1M86](/packages/dflydev-dot-access-data)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[graphp/graphviz

GraphViz graph drawing for the mathematical graph/network library GraPHP.

3232.1M49](/packages/graphp-graphviz)[alom/graphviz

Graphviz generation for PHP

74651.4k9](/packages/alom-graphviz)[innmind/object-graph

Extract object graph out of a root object

242.8k7](/packages/innmind-object-graph)[flow-php/array-dot

PHP ETL - Array Dot functions

14374.1k3](/packages/flow-php-array-dot)

PHPackages © 2026

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