PHPackages                             cron-eu/flow-syslog - 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. cron-eu/flow-syslog

ActiveNeos-package

cron-eu/flow-syslog
===================

Implements a Flow LogBackend for the local syslog daemon

v1.0(8y ago)05.0k[1 issues](https://github.com/cron-eu/flow-syslog/issues)MITPHP

Since Oct 13Pushed 7y ago3 watchersCompare

[ Source](https://github.com/cron-eu/flow-syslog)[ Packagist](https://packagist.org/packages/cron-eu/flow-syslog)[ RSS](/packages/cron-eu-flow-syslog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

Flow Syslog Backend
===================

[](#flow-syslog-backend)

Abstract
--------

[](#abstract)

This Flow package allows you to use the local syslog daemon for logging and is a replacement for the `TYPO3\Flow\Log\Backend\FileBackend`.

This is especially useful while integrating external services for log-management, like e.g. [Papertrail](https://papertrailapp.com), which are using the syslog protocol for (securely) access.

Install
-------

[](#install)

```
composer require cron-eu/flow-syslog:dev-master --update-no-dev

```

Setup
-----

[](#setup)

Configure the Backend for the e.g. systemLogger and securityLogger:

```
TYPO3:
  Flow:
    log:
      systemLogger:
        backend: CRON\Flow\Log\Backend\SyslogBackend
        backendOptions:
          # identifies the application
          name: 'my-awesome-flow-app'
          # log all
          severityThreshold: '%LOG_DEBUG%'
          # syslog facility code, default is LOG_LOCAL1
          facility: '%LOG_LOCAL3%'
      securityLogger:
        backend: CRON\Flow\Log\Backend\SyslogBackend
        backendOptions:
          # identifies the application
          name: 'my-awesome-flow-app'
          severityThreshold: '%LOG_DEBUG%'
          facility: '%LOG_LOCAL3%'

```

### Syslog Severity Levels

[](#syslog-severity-levels)

ValueCodeDescription0LOG\_EMERGsystem is unusable1LOG\_ALERTaction must be taken immediately2LOG\_CRITcritical conditions3LOG\_ERRerror conditions4LOG\_WARNINGwarning conditions5LOG\_NOTICEnormal, but significant, condition6LOG\_INFOinformational message7LOG\_DEBUGdebug-level messageI do recommend to disable the severityThreshold, setting it to `LOG_DEBUG` and setup syslog for the filtering/routing.

References
----------

[](#references)

-

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~219 days

Recently: every ~211 days

Total

6

Last Release

2764d ago

Major Versions

v0.9 → v1.02018-03-01

v0.9.1 → 3.x-dev2018-10-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/5801b90b48cb23858da283af072119996ff293c67f767f299bc6e5fd6ba5a1fa?d=identicon)[baschny](/maintainers/baschny)

![](https://avatars.githubusercontent.com/u/6108134?v=4)[Remus Lazar](/maintainers/remuslazar)[@remuslazar](https://github.com/remuslazar)

---

Top Contributors

[![remuslazar](https://avatars.githubusercontent.com/u/6108134?v=4)](https://github.com/remuslazar "remuslazar (7 commits)")[![baschny](https://avatars.githubusercontent.com/u/337581?v=4)](https://github.com/baschny "baschny (2 commits)")

### Embed Badge

![Health badge](/badges/cron-eu-flow-syslog/health.svg)

```
[![Health](https://phpackages.com/badges/cron-eu-flow-syslog/health.svg)](https://phpackages.com/packages/cron-eu-flow-syslog)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

116989.0k670](/packages/neos-neos)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[neos/media

The Media package

101.1M45](/packages/neos-media)[neos/flow-base-distribution

Flow Base Distribution

2159.5k](/packages/neos-flow-base-distribution)[avency/neos-vardump

Neos VarDump Package

147.1k](/packages/avency-neos-vardump)

PHPackages © 2026

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