PHPackages                             thulin82/clog - 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. [Framework](/categories/framework)
4. /
5. thulin82/clog

ActiveLibrary[Framework](/categories/framework)

thulin82/clog
=============

PHP classes for logging framework

v1.0(9y ago)015MITPHPPHP &gt;=5.4CI failing

Since Sep 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thulin82/clog)[ Packagist](https://packagist.org/packages/thulin82/clog)[ RSS](/packages/thulin82-clog/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

[CLog](https://github.com/thulin82/clog)
========================================

[](#clog)

[![GitHub Actions](https://github.com/thulin82/clog/actions/workflows/github-actions.yml/badge.svg)](https://github.com/thulin82/clog/actions/workflows/github-actions.yml)

Using CLog in Anax-MVC
----------------------

[](#using-clog-in-anax-mvc)

First update your composer.json with the following:

```
    "require": {
        "thulin82/clog": "dev-master"
    },

```

Then update with:

```
composer update

```

To add CLog, the easiest way is either add it as a shared service:

```
$this->setShared('log', function () {
    $log = new \thulin82\CLog\CLog();
    return $log;
});
```

or to initialize it when/where you need it:

```
$log = new \thulin82\CLog\CLog();
```

Examples
--------

[](#examples)

An example file is located in webroot/CLogExample.php to show off the different ways you can use CLog

Docker
------

[](#docker)

### Build

[](#build)

```
docker build -t clog .
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3561d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/526141?v=4)[Markus Thulin](/maintainers/thulin82)[@thulin82](https://github.com/thulin82)

---

Top Contributors

[![thulin82](https://avatars.githubusercontent.com/u/526141?v=4)](https://github.com/thulin82 "thulin82 (39 commits)")

---

Tags

frameworkmicromvcmoduleeducation

### Embed Badge

![Health badge](/badges/thulin82-clog/health.svg)

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

PHPackages © 2026

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