PHPackages                             smeghead/phel-saraudon - 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. smeghead/phel-saraudon

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

smeghead/phel-saraudon
======================

A command to Visualize result of `git log --stat`.

v0.0.4(1y ago)213MITHTMLPHP &gt;=8.2

Since Jul 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/smeghead/phel-saraudon)[ Packagist](https://packagist.org/packages/smeghead/phel-saraudon)[ Docs](https://github.com/smeghead/phel-saraudon)[ RSS](/packages/smeghead-phel-saraudon/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Saraudon
========

[](#saraudon)

A command to Visualize result of `git log --stat`

Description
-----------

[](#description)

It takes as input the commit history of the git repository (`git log --stat`) and outputs HTML content to visualize the information. D3() is used to display the graphs.

The tool uses `phel-lang`. There are no restrictions on target repositories.

This tool is experimental. So, what can be gained from what is visualized by this tool is a subject for future work.

Install (composer)
------------------

[](#install-composer)

```
$ composer require --dev smeghead/phel-saraudon
```

Execute
-------

[](#execute)

Output analysis results for the last 20 commits.

```
$ git log --stat -n 20 | vendor/bin/saraudon -- src > output.html
```

Run the `git log` command which outputs the last 50 commit logs against the git repository in another directory, parse the results and save the html content in `output.html`.

```
$ $(vendor/bin/saraudon-git-log /usr/target-project) -n 50 | vendor/bin/saraudon -- src > output.html
```

`$(vendor/bin/saraudon-git-log /usr/target-project)`: `saraudon-git-log` generates a `git` command by specifying the target git directory. This can be followed by additional options for `git log`.

Run the `git log` command to output the commit log for tags v0.14.0 through v0.15.0 for the git repository in another directory, parse the results and save the html content in `output.html`.

```
$ $(vendor/bin/saraudon-git-log /usr/target-project) v0.14.0..v0.15.0 | vendor/bin/saraudon -- src > output.html
```

Example
-------

[](#example)

Visualization of the history of the last 50 commits of `php-class-diagram`.

[example-output-page](https://smeghead.github.io/phel-saraudon/example/output.html)

[![example](example/output.jpg)](example/output.jpg)

Development
-----------

[](#development)

### docker

[](#docker)

```
$ docker compose build
$ docker compose run --rm php_cli bash
# composer install
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

705d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/112476?v=4)[smeghead](/maintainers/smeghead)[@smeghead](https://github.com/smeghead)

---

Top Contributors

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

---

Tags

languagegitfunctionallispphel

### Embed Badge

![Health badge](/badges/smeghead-phel-saraudon/health.svg)

```
[![Health](https://phpackages.com/badges/smeghead-phel-saraudon/health.svg)](https://phpackages.com/packages/smeghead-phel-saraudon)
```

###  Alternatives

[phpoption/phpoption

Option Type for PHP

2.7k579.0M176](/packages/phpoption-phpoption)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)[lstrojny/functional-php

Functional primitives for PHP

2.0k7.5M51](/packages/lstrojny-functional-php)[nikic/iter

Iteration primitives using generators

1.1k6.4M55](/packages/nikic-iter)[patrickschur/language-detection

A language detection library for PHP. Detects the language from a given text string.

8603.6M21](/packages/patrickschur-language-detection)[czproject/git-php

Library for work with Git repository in PHP.

5645.2M112](/packages/czproject-git-php)

PHPackages © 2026

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