PHPackages                             lorenzo/cakephp-logstash - 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. lorenzo/cakephp-logstash

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

lorenzo/cakephp-logstash
========================

CakePHP logstash log stream

125889[1 issues](https://github.com/lorenzo/cakephp-logstash/issues)PHP

Since Nov 18Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Logstash log stream for CakePHP#
================================

[](#logstash-log-stream-for-cakephp)

Requirements
------------

[](#requirements)

- CakePHP 2.x
- PHP 5.3+
- Composer

Installation
------------

[](#installation)

The only installation method supported by this plugin is by using composer. Just add this to your composer.json configuration:

```
{
  "require" : {
	"lorenzo/cakephp-logstash": "master"
  }
}

```

### Enable plugin

[](#enable-plugin)

You need to enable the plugin your `app/Config/bootstrap.php` file:

```
CakePlugin::load('Logstash');

```

Finally add a new logging stream in the same file:

```
CakeLog::config('debug', array(
	'engine' => 'Logstash.LogstashLog',
	'types' => array('list', 'of', 'type', 'to', 'log'),
	'host' => 'tcp://127.0.0.1', // Set it to the real host works with udp too
	'port' => 2020, // Set it to the actual port
	'timeout' => 5 // Connection timeout
));

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b4694a64f9dab01ec0e776946b15c84113dee8a51344f1c394f40bd7a453312?d=identicon)[lorenzo](/maintainers/lorenzo)

---

Top Contributors

[![lorenzo](https://avatars.githubusercontent.com/u/37621?v=4)](https://github.com/lorenzo "lorenzo (9 commits)")[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (1 commits)")[![kimegede](https://avatars.githubusercontent.com/u/870013?v=4)](https://github.com/kimegede "kimegede (1 commits)")[![ricardosequeira](https://avatars.githubusercontent.com/u/952851?v=4)](https://github.com/ricardosequeira "ricardosequeira (1 commits)")

### Embed Badge

![Health badge](/badges/lorenzo-cakephp-logstash/health.svg)

```
[![Health](https://phpackages.com/badges/lorenzo-cakephp-logstash/health.svg)](https://phpackages.com/packages/lorenzo-cakephp-logstash)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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