PHPackages                             vados/phalcon-tcplogger - 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. vados/phalcon-tcplogger

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

vados/phalcon-tcplogger
=======================

TCP Adapter for Phalcon Logger

0.1(7y ago)2698BSD-2-ClausePHPPHP &gt;=7.1.0

Since Feb 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ScaryDonetskiy/Phalcon-TCP-UDP-Logger)[ Packagist](https://packagist.org/packages/vados/phalcon-tcplogger)[ RSS](/packages/vados-phalcon-tcplogger/feed)WikiDiscussions master Synced 1mo ago

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

TCP/UDP Logger Adapter for Phalcon PHP
======================================

[](#tcpudp-logger-adapter-for-phalcon-php)

![Packagist](https://camo.githubusercontent.com/c25e6d926643096d47dc15eb0bd69811e7001909caaaecd4b8378141b0d206be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7661646f732f7068616c636f6e2d7463706c6f676765722e737667)![PHP from Packagist](https://camo.githubusercontent.com/cf1edd50a867b02dddd7663545457a88eca332383aefd52001bf3f947ae5a5e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7661646f732f7068616c636f6e2d7463706c6f676765722e737667)![Packagist](https://camo.githubusercontent.com/a3b59ae85e8dc3b144084899e94e5b100efa84242a2e57617e19bad7e0cc84af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7661646f732f7068616c636f6e2d7463706c6f676765722e737667)![Bitbucket issues](https://camo.githubusercontent.com/7ccb6b1975590b931b1bb2352771cc42d40d8270f5f084be4ef17f24e43dd85e/68747470733a2f2f696d672e736869656c64732e696f2f6269746275636b65742f6973737565732f53636172795f446f6e6574736b69792f7068616c636f6e2d7463706c6f676765722e737667)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fa30e0cfc4eca86cfd6a6a4af4cb4ec1539cd163949a38305cdcd43185648eb1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5363617279446f6e6574736b69792f5068616c636f6e2d5443502d5544502d4c6f676765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ScaryDonetskiy/Phalcon-TCP-UDP-Logger/?branch=master)[![Travis CI Status](https://camo.githubusercontent.com/62be6dccaafbb0217be010813a9da705da5bef53162ea5a9adbbcd3ed51b188d/68747470733a2f2f7472617669732d63692e6f72672f5363617279446f6e6574736b69792f5068616c636f6e2d5443502d5544502d4c6f676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ScaryDonetskiy/Phalcon-TCP-UDP-Logger)

Works with PHP 7.1+

### Usage

[](#usage)

Adapter implement \\Phalcon\\Logger\\AdapterInterface. You can use it like an any other adapter from Phalcon Framework

```
$logger = new \Vados\TCPLogger\Adapter('127.0.0.1', 8080, \Vados\TCPLogger\Protocol::TCP);
$logger->error('Error message');
```

### Example

[](#example)

You can find examples of usage in [official documentation](https://docs.phalconphp.com/en/3.2/logging) for Phalcon

### Installation

[](#installation)

Use composer for installation

```
composer require vados/phalcon-tcplogger
```

### Contribution guidelines

[](#contribution-guidelines)

- Writing tests
- Code review
- Guidelines accord

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

2633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/216eec3c0dc8a29977c9a5790e5e821cca6b2b41412934ef53b35f9ed04a91f7?d=identicon)[ScaryDonetskiy](/maintainers/ScaryDonetskiy)

---

Tags

adapterlibraryloggerphalconphalcon-librariesphalconphpphpphp-libraryphp7phpunit-teststcpudp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vados-phalcon-tcplogger/health.svg)

```
[![Health](https://phpackages.com/badges/vados-phalcon-tcplogger/health.svg)](https://phpackages.com/packages/vados-phalcon-tcplogger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/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.2M137](/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)
