PHPackages                             cirelramostrabajo/plogger - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cirelramostrabajo/plogger

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cirelramostrabajo/plogger
=========================

A simple hello world composer package

1.0.3(5y ago)08MITPHP

Since Aug 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cirelramostrabajo/plogger)[ Packagist](https://packagist.org/packages/cirelramostrabajo/plogger)[ RSS](/packages/cirelramostrabajo-plogger/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (5)Used By (0)

Litermi Logger TCP or UDP
=========================

[](#litermi-logger-tcp-or-udp)

A package to send logs to a server via udp or tcp.

It uses the new [Laravel custom log channel](https://laravel.com/docs/master/logging) introduced in Laravel 5.6.

Table of contents
-----------------

[](#table-of-contents)

- [Table of contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
    - [Example](#example)
- [License](#license)

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

[](#installation)

Install via [composer](https://getcomposer.org/doc/00-intro.md)

```
composer require litermi/elasticlog
```

add row in config/app.php

```
 \Cirelramostrabajo\Plogger\ElasticServiceProvider::class
```

publish config

```
php artisan vendor:publish --provider="Cirelramostrabajo\Plogger\Providers\ElasticServiceProvider"
```

Edit `config/logging.php` to add the new `logger` logs channel.

```
return [
        'tcp-logger'   => [
            'name'   => 'elastic',
            'driver' => 'custom',
            'via'    => \Cirelramostrabajo\Plogger\Services\Logs\SendLogTcpMonolog::class,
        ],
        'udp-logger'     => [
            'driver'  => 'monolog',
            'handler' => \Cirelramostrabajo\Plogger\Services\Logs\SendLogUdpJsonHandler::class,
        ],
];
```

Usage
-----

[](#usage)

Once you have modified the Laravel logging configuration, you can send log channel via tcp or udp [as any Laravel log channel](https://laravel.com/docs/master/logging#writing-log-messages).

### Example

[](#example)

```
LOG_CHANNEL=tcp-logger
or
LOG_CHANNEL=udp-logger
```

License
-------

[](#license)

litermi elastic is released under the MIT Licence. See the bundled [LICENSE](https://github.com/cirelramostrabajo/plogger/blob/master/LICENSE.md) file for details.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~0 days

Total

4

Last Release

2095d ago

Major Versions

0.0.1 → 1.0.12020-08-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e3e6d968fe8a9b1a8acb7d9e1b4254b9dc9bd58ca359791b96a333b04f25244?d=identicon)[cirelramostrabajo](/maintainers/cirelramostrabajo)

---

Top Contributors

[![cirelramos](https://avatars.githubusercontent.com/u/11335197?v=4)](https://github.com/cirelramos "cirelramos (12 commits)")

### Embed Badge

![Health badge](/badges/cirelramostrabajo-plogger/health.svg)

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

###  Alternatives

[stevegrunwell/wp-admin-tabbed-settings-pages

A polyfill for Trac #51086, bringing tabbed settings pages into WP-Admin.

1446.2k](/packages/stevegrunwell-wp-admin-tabbed-settings-pages)

PHPackages © 2026

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