PHPackages                             mediahack/klogger - 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. mediahack/klogger

ActiveLibrary

mediahack/klogger
=================

A Simple Logging Class

0.2.1(12y ago)020PHPPHP &gt;=5.3.0

Since Jan 30Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mediahack/klogger)[ Packagist](https://packagist.org/packages/mediahack/klogger)[ RSS](/packages/mediahack-klogger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

KLogger: A Simple Logging Class For PHP
=======================================

[](#klogger-a-simple-logging-class-for-php)

A project written by Kenny Katzgrau. This fork is for Composer package development.

NOTICE. THERE IS A OFFICIAL RELEASE NOW.
----------------------------------------

[](#notice-there-is-a-official-release-now)

Kenny has created an offical project. If you're just starting out I recommend you head over and use his version. This fork exists to be maintained for anyone who may have already been using this and doesn't want to convert.

[Official 1.0 Release](http://github.com/katzgrau/KLogger)

About
-----

[](#about)

KLogger is an easy-to-use logging class for PHP. It supports standard log levels like debug, info, warn, error, and fatal. Additionally, it isn't naive about file permissions (which is expected). It was meant to be a class that you could quickly include into a project and have working right away.

The class was written in 2008, but I have since received a number of emails both saying 'thanks' and asking me to add features.

This github project will host the development of the next version of KLogger. The original version of KLogger is tagged as version 0.1, and is available for download [here](http://github.com/katzgrau/KLogger/downloads).

Basic Usage
-----------

[](#basic-usage)

```
$log = new KLogger('/var/log/'); # Specify the log directory
$log->logInfo('Returned a million search results'); //Prints to the log file
$log->logFatal('Oh dear.'); //Prints to the log file
$log->logInfo('Here is an object', $obj); //Prints to the log file with a dump of the object

```

License
-------

[](#license)

The MIT License

Copyright (c) 2008-2010 Kenny Katzgrau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

4435d ago

### Community

Maintainers

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

---

Top Contributors

[![mediahack](https://avatars.githubusercontent.com/u/366856?v=4)](https://github.com/mediahack "mediahack (9 commits)")

### Embed Badge

![Health badge](/badges/mediahack-klogger/health.svg)

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

PHPackages © 2026

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