PHPackages                             razvanbackpack/clgview - 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. razvanbackpack/clgview

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

razvanbackpack/clgview
======================

A simple script to display changelog nicely. In PHP.

v0.1.1(5mo ago)00LGPL-3.0-or-laterPHP

Since Nov 18Pushed 5mo agoCompare

[ Source](https://github.com/razvanbackpack/clgview)[ Packagist](https://packagist.org/packages/razvanbackpack/clgview)[ RSS](/packages/razvanbackpack-clgview/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![License](https://camo.githubusercontent.com/35b9e999a393713d70db19872a599f6f4330aff22520c408cbb530df6155323f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72617a76616e6261636b7061636b2f636c6776696577)](https://github.com/razvanbackpack/clgview/blob/main/LICENSE)[![Version](https://camo.githubusercontent.com/7e6506fdafaab418dbd93d3475ec75dfba24a50fcf8c0691d28b217579872f72/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f72617a76616e6261636b7061636b2f636c6776696577)](https://github.com/razvanbackpack/clgview/tags)

A simple php script that parses and displays changelog files.

Example:

```
# v0.1.0

## added
- Reads changelog file
- Parses it
  - Headers and list items separately
    - List items support multiple indentations

## removed
- Old demo image, was dumb

## changed
- Old readme, was dumb

changelog.md

```

```
require __DIR__ . '/../vendor/autoload.php';
use ClgView\ClgView;

$options = [
    'tab' => '&nbsp;&nbsp;&nbsp;',
    'subtitles_as_labels' => true,
    'item_ids' => [
        'title' => 'title_id',
        'subtitle' => 'subtitle_id',
        'marker' => 'marker_id',
        'list_container' => 'container_id',
        'list_item' => 'item_id',
    ],
    'item_classes' => [
        'title' => 'title_class',
        'subtitle' => 'subtitle_class',
        'marker' => 'marker_class',
        'list_container' => 'container_class',
        'list_item' => 'item_class',
    ],
];

$ClgView = new ClgView('CHANGELOG.md', $options);
$ClgView->parse();

```

[![Output](assets/v010.png)](assets/v010.png)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance69

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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

2

Last Release

179d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/razvanbackpack-clgview/health.svg)

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

PHPackages © 2026

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