PHPackages                             atk14/logger - 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. atk14/logger

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

atk14/logger
============

ATK14 Logger provides logging infrastructure for the ATK14 Framework

v0.2.1(2y ago)01.6k↓100%2MITPHPPHP &gt;=5.6.0

Since Dec 1Pushed 2y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (2)

ATK14 Logger
============

[](#atk14-logger)

ATK14 Logger provides logging infrastructure for the ATK14 Framework.

Basic usage
-----------

[](#basic-usage)

```
define("LOGGER_DEFAULT_LOG_FILE","/path/to/app/log/log");
define("LOGGER_DEFAULT_NOTIFY_EMAIL","webmaster@example.com");

$logger = new Logger("import_articles");

// do something

$logger->info("Total articles to import ".sizeof($articles));

// in order to write buffered messages to a file, just call flush() method
$logger->flush();

// a the end of a script call flushAll();
$logger->flushAll();

```

Levels of messages importance
-----------------------------

[](#levels-of-messages-importance)

```
$logger->debug("some debug information");
$logger->info("a message");
$logger->warn("a warning");
$logger->error("error message");
$logger->security("a security message");

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

730d ago

PHP version history (2 changes)v0.1PHP &gt;=5.3.0

v0.2.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6304dffbd91d7a978f98632b0e4e30d662dcdb691daadb1388a58984e98faf5c?d=identicon)[yarri](/maintainers/yarri)

---

Top Contributors

[![yarri](https://avatars.githubusercontent.com/u/974278?v=4)](https://github.com/yarri "yarri (20 commits)")

---

Tags

loggeratk14

### Embed Badge

![Health badge](/badges/atk14-logger/health.svg)

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

###  Alternatives

[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[amphp/log

Non-blocking logging for PHP based on Amp, Revolt, and Monolog.

402.6M70](/packages/amphp-log)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)

PHPackages © 2026

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