PHPackages                             hostlink/puxt-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. hostlink/puxt-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

hostlink/puxt-log
=================

A logger for puxt

1.0.0(5y ago)018MITPHP

Since Jan 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/HostLink/puxt-log)[ Packagist](https://packagist.org/packages/hostlink/puxt-log)[ RSS](/packages/hostlink-puxt-log/feed)WikiDiscussions main Synced 3w ago

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

puxt-log
========

[](#puxt-log)

A logger for puxt

Install
-------

[](#install)

```
composer requrie hostlink/puxt-log

```

Setup
-----

[](#setup)

puxt.config.php

```
"modules" => [
    "hostlink/puxt-log"
],

"log" => [
    "name" => "puxt",
    "handler" => [
        [
            "stream" => __DIR__ . "/log/" . date("Y-m-d") . ".log",
            "level" => Monolog\Logger::INFO
        ]
    ]
]
```

Usage
-----

[](#usage)

```
$context->log->info($message,$data);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2003d ago

### Community

Maintainers

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

---

Top Contributors

[![mathsgod](https://avatars.githubusercontent.com/u/18732337?v=4)](https://github.com/mathsgod "mathsgod (6 commits)")

### Embed Badge

![Health badge](/badges/hostlink-puxt-log/health.svg)

```
[![Health](https://phpackages.com/badges/hostlink-puxt-log/health.svg)](https://phpackages.com/packages/hostlink-puxt-log)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k203.8M356](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.3M622](/packages/illuminate-log)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M23](/packages/spatie-flare-client-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2587.9k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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