PHPackages                             wyrihaximus/react-psr-3-stdio - 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. wyrihaximus/react-psr-3-stdio

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

wyrihaximus/react-psr-3-stdio
=============================

Async PSR-3 stdio logger

4.0.0(8mo ago)8183.2k↑276.1%4[1 issues](https://github.com/WyriHaximus/reactphp-psr-3-stdio/issues)[2 PRs](https://github.com/WyriHaximus/reactphp-psr-3-stdio/pulls)4MITMakefilePHP ^8.4CI failing

Since Jun 25Pushed 5d ago1 watchersCompare

[ Source](https://github.com/WyriHaximus/reactphp-psr-3-stdio)[ Packagist](https://packagist.org/packages/wyrihaximus/react-psr-3-stdio)[ GitHub Sponsors](https://github.com/WyriHaximus)[ RSS](/packages/wyrihaximus-react-psr-3-stdio/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (5)Versions (15)Used By (4)

Standard Out [PSR-3](http://www.php-fig.org/psr/psr-3/) logger for [ReactPHP](https://github.com/reactphp/)
===========================================================================================================

[](#standard-out-psr-3-logger-for-reactphp)

[![Linux Build Status](https://camo.githubusercontent.com/27441eec137482031e40c88815b54377a2f33d13a8288a32906cf7037541c42b/68747470733a2f2f7472617669732d63692e6f72672f57797269486178696d75732f72656163747068702d7073722d332d737464696f2e706e67)](https://travis-ci.org/WyriHaximus/reactphp-psr-3-stdio)[![Latest Stable Version](https://camo.githubusercontent.com/c3dfe4641d189ce2e739af9504980fb1b7b1efccbb0972bb3238f56c7d9c5e0a/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d7073722d332d737464696f2f762f737461626c652e706e67)](https://packagist.org/packages/WyriHaximus/react-psr-3-stdio)[![Total Downloads](https://camo.githubusercontent.com/94d8df49b1c38c56487c4a661d41ec4481563e43c76b7c982ae8f0ec0ef55ae1/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d7073722d332d737464696f2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/WyriHaximus/react-psr-3-stdio/stats)[![Code Coverage](https://camo.githubusercontent.com/effd56212f40482bfc80767b25801ec00df0ebb9e78ca619c46d589a06406fc1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57797269486178696d75732f72656163747068702d7073722d332d737464696f2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-psr-3-stdio/?branch=master)[![License](https://camo.githubusercontent.com/1ec0b95dcb9e7ef66685c126549b462f16bb1aee3caa35c0bc004e56b307c2a3/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d7073722d332d737464696f2f6c6963656e73652e706e67)](https://packagist.org/packages/wyrihaximus/react-psr-3-stdio)

### Installation

[](#installation)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require wyrihaximus/react-psr-3-stdio

```

Usage
-----

[](#usage)

```
$logger = StdioLogger::create();
$logger->info('log'); // Writes info log to STDOUT
```

When desired you can hide the log level from output by creating a logger that doesn't write it:

```
$logger = StdioLogger::create()->withHideLevel(true);
```

Another option is to write a new line (`PHP_EOL`) after each line, it is off by default but can be enabled with:

```
$logger = StdioLogger::create()->withNewLine(true);
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

Copyright 2026 [Cees-Jan Kiewiet](http://wyrihaximus.net/)

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

62

—

FairBetter than 99% of packages

Maintenance79

Regular maintenance activity

Popularity42

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 50.5% 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 ~757 days

Total

5

Last Release

264d ago

Major Versions

1.0.0 → 2.0.02017-11-03

2.1.0 → 3.0.02022-01-08

3.0.0 → 4.0.02025-10-12

PHP version history (3 changes)1.0.0PHP ^7.0

3.0.0PHP ^8

4.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/147145?v=4)[Cees-Jan Kiewiet](/maintainers/WyriHaximus)[@WyriHaximus](https://github.com/WyriHaximus)

---

Top Contributors

[![WyriHaximus](https://avatars.githubusercontent.com/u/147145?v=4)](https://github.com/WyriHaximus "WyriHaximus (48 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (6 commits)")[![renovate-runner[bot]](https://avatars.githubusercontent.com/u/147145?v=4)](https://github.com/renovate-runner[bot] "renovate-runner[bot] (5 commits)")

---

Tags

hacktoberfestphpphp7psr-3reactphp

### Embed Badge

![Health badge](/badges/wyrihaximus-react-psr-3-stdio/health.svg)

```
[![Health](https://phpackages.com/badges/wyrihaximus-react-psr-3-stdio/health.svg)](https://phpackages.com/packages/wyrihaximus-react-psr-3-stdio)
```

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M334](/packages/sentry-sentry)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[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)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k52](/packages/ecotone-ecotone)

PHPackages © 2026

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