PHPackages                             denzo/riplogchecker - 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. denzo/riplogchecker

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

denzo/riplogchecker
===================

A CD rip log checker

v0.1.11(9y ago)17655[6 issues](https://github.com/DenzoNL/riplogchecker/issues)MITPHPPHP &gt;=7.0.0

Since Dec 8Pushed 9y ago5 watchersCompare

[ Source](https://github.com/DenzoNL/riplogchecker)[ Packagist](https://packagist.org/packages/denzo/riplogchecker)[ RSS](/packages/denzo-riplogchecker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (15)Used By (0)

Rip Log Checker [![Build Status](https://camo.githubusercontent.com/f719164acece28693b69477ef65cef38e9842f65d6df10d5bc81e8b5fdb0d574/68747470733a2f2f7472617669732d63692e6f72672f44656e7a6f4e4c2f7269706c6f67636865636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DenzoNL/riplogchecker) [![StyleCI](https://camo.githubusercontent.com/87d57e73212531d48090766f924a295c26657106af3eecbb8ad77e33fa01db82/68747470733a2f2f7374796c6563692e696f2f7265706f732f37353935313637342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/75951674)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#rip-log-checker--)

A CD rip log checker package. Currently only supports EAC rip logs.

Notice - Alpha software
-----------------------

[](#notice---alpha-software)

This software is still very much in the alpha stage. It works as a proof of concept, but the checks that have been implemented, have been imported poorly. When you find an issue, please report it here on GitHub so it can be fixed.

TODO
----

[](#todo)

- Implement scoring based on EAC-logs parsed into Json format
- Test Json Parser thoroughly and implement exceptions / checks for older logs.
- Colored output in both CLI and HTML.

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

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require denzo/riplogchecker

```

Usage
-----

[](#usage)

Command line interface
----------------------

[](#command-line-interface)

Basic usage

```
$ php riplogchecker path/to/log/file.log
```

Output the score AND the resulting Json

```
$ php riplogchecker path/to/log/file.log --json
```

### In code

[](#in-code)

```
/* Make sure we use the RipLogChecker class*/
use RipLogChecker\RipLogChecker;

/* Load a log file */
$logFile = file_get_contents('eac_rip.log');

/* Create new logchecker object */
$logChecker = new RipLogChecker($logFile);

/* Retrieve the log score */
$score = $logChecker->getScore();

/* Retrieve the Json */
$logChecker->getScorer->getParser()->getJson();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

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

Total

12

Last Release

3428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41825c40fc7a8488d13a451f719144c79f7da8db1feaa48d1030f9e6e98ff45e?d=identicon)[denzo](/maintainers/denzo)

---

Top Contributors

[![inverse](https://avatars.githubusercontent.com/u/713525?v=4)](https://github.com/inverse "inverse (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/denzo-riplogchecker/health.svg)

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

###  Alternatives

[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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