PHPackages                             travelnoord/laravel-ecs-logging - 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. travelnoord/laravel-ecs-logging

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

travelnoord/laravel-ecs-logging
===============================

A Laravel package for performing logging in an Elastic-compatible format.

0.1.0(1y ago)01proprietaryPHPPHP ^8.3

Since Mar 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/travelnoord/laravel-ecs-logging)[ Packagist](https://packagist.org/packages/travelnoord/laravel-ecs-logging)[ RSS](/packages/travelnoord-laravel-ecs-logging/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

Travelnoord Ecs Logging
=======================

[](#travelnoord-ecs-logging)

This package implements Elastic ECS logging.

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

[](#installation)

To install this package, define the repository in your composer.json file, for example:

```
composer require travelnoord/laravel-ecs-logging

```

Configuration
-------------

[](#configuration)

TBD

### Only filter out the log message

[](#only-filter-out-the-log-message)

TBD

Usage
-----

[](#usage)

### Filter Secrets

[](#filter-secrets)

To filter out secrets or other private information call the log filter:

```
\Ecs::secret('my-secret-password');
```

or

```
\Travelnoord\Logging\Facades\Ecs::secret('my-secret-password');
```

You can also pass an array with credentials:

```
\Ecs::filter([
    'api-key-1',
    'api-key-2',
])
```

### Log Context

[](#log-context)

TBD

Development
-----------

[](#development)

Several checkers are available by default if this package is installed with dev-dependencies enabled.

### Composer Checks

[](#composer-checks)

To run all the checks:

```
composer ci
```

To run all static checks:

```
composer lint
```

To run only tests:

```
composer test
```

### PHPUnit

[](#phpunit)

You can run PHPUnit by simply running `vendor/bin/phpunit` in the directory the package is installed in. It will automatically detect the phpunit configuration file for the project, and detect which directory it should run in.

### PHPStan

[](#phpstan)

You can run PHPStan by simply running `vendor/bin/phpstan` in the directory the package is installed in. It will automatically detect the phpstan configuration file for the project, and detect which directory it should run in.

### PHPCS

[](#phpcs)

You may run PHPCS by running `vendor/bin/phpcs src/` in the directory the package is installed in. It will use the phpcs.xml file defined in the project root directory to determine which coding standards to use.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance42

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

475d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/185794995?v=4)[Travelnoord](/maintainers/travelnoord)[@travelnoord](https://github.com/travelnoord)

---

Top Contributors

[![marcvdm](https://avatars.githubusercontent.com/u/1028066?v=4)](https://github.com/marcvdm "marcvdm (6 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/travelnoord-laravel-ecs-logging/health.svg)

```
[![Health](https://phpackages.com/badges/travelnoord-laravel-ecs-logging/health.svg)](https://phpackages.com/packages/travelnoord-laravel-ecs-logging)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

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

The official Laravel Nightwatch package.

36210.1M36](/packages/laravel-nightwatch)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)

PHPackages © 2026

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