PHPackages                             icecave/stump - 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. icecave/stump

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

icecave/stump
=============

Incredibly simple PSR-3 compliant logging for Twelve-Factor applications.

0.6.0(10y ago)415.2k1MITPHPPHP &gt;=5.4

Since Oct 24Pushed 10y ago2 watchersCompare

[ Source](https://github.com/IcecaveStudios/stump)[ Packagist](https://packagist.org/packages/icecave/stump)[ Docs](https://github.com/IcecaveStudios/stump)[ RSS](/packages/icecave-stump/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (12)Used By (1)

Stump
=====

[](#stump)

[![Build Status](https://camo.githubusercontent.com/c8b2d37ce6811c4d63c83543cd35b6e4a5d46540b71e5d86bf7eea85d8ba40ac/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f4963656361766553747564696f732f7374756d702f646576656c6f702e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/IcecaveStudios/stump)[![Test Coverage](https://camo.githubusercontent.com/c971b0aaa6b316003c5a5112e1aaae3924d3405f3a033158e371c7ddb3420f4b/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4963656361766553747564696f732f7374756d702f646576656c6f702e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/IcecaveStudios/stump?branch=develop)[![SemVer](https://camo.githubusercontent.com/356b3a91fc19a77cf910d4e2206c678dd35a13ab0fe1c900d134719f522142d1/687474703a2f2f696d672e736869656c64732e696f2f3a73656d7665722d302e362e302d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](http://semver.org)

**Stump** is a simple PSR-3 compliant logger for [Twelve-Factor](http://12factor.net/) applications.

- Install via [Composer](http://getcomposer.org) package [icecave/stump](https://packagist.org/packages/icecave/stump)
- Read the [API documentation](http://icecavestudios.github.io/stump/artifacts/documentation/api/)

Example
-------

[](#example)

The provided logger simply prints log output to `STDOUT`, as per the [Twelve-Factor Application logging recommendations](http://12factor.net/logs).

```
use Icecave\Stump\Logger;

$logger = new Logger();
$logger->info("It's better than bad... it's good!");
```

The output of the example above is:

```
2014-10-24 16:26:13 INFO It's better than bad... it's good!

```

Contact us
----------

[](#contact-us)

- Follow [@IcecaveStudios](https://twitter.com/IcecaveStudios) on Twitter
- Visit the [Icecave Studios website](http://icecave.com.au)
- Join `#icecave` on [irc.freenode.net](http://webchat.freenode.net?channels=icecave)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86% 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 ~72 days

Recently: every ~120 days

Total

8

Last Release

3716d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93a71bd75fcd51efee464532dbdd54927cd00e938805998c76e0a804d38fa3fb?d=identicon)[jmalloc](/maintainers/jmalloc)

---

Top Contributors

[![jmalloc](https://avatars.githubusercontent.com/u/761536?v=4)](https://github.com/jmalloc "jmalloc (43 commits)")[![koden-km](https://avatars.githubusercontent.com/u/1037307?v=4)](https://github.com/koden-km "koden-km (7 commits)")

---

Tags

logpsr-3loggingherokufactortwelve

### Embed Badge

![Health badge](/badges/icecave-stump/health.svg)

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

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[analog/analog

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

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

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

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

511.0M18](/packages/apix-log)[elastic/ecs-logging

Format and enrich your log files in the elastic common schema

21907.5k1](/packages/elastic-ecs-logging)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2818.1k4](/packages/markrogoyski-simplelog-php)

PHPackages © 2026

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