PHPackages                             thesaturn/xmpplogger - 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. thesaturn/xmpplogger

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

thesaturn/xmpplogger
====================

PSR3 compliant XMPPLogger for PHP

1.0.1(9y ago)1261MITPHPPHP &gt;=5.3.3

Since Mar 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TheSaturn/XMPPLogger)[ Packagist](https://packagist.org/packages/thesaturn/xmpplogger)[ RSS](/packages/thesaturn-xmpplogger/feed)WikiDiscussions master Synced yesterday

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

XMPPLogger
==========

[](#xmpplogger)

This is simple PSR3 compliant XMPPLogger for PHP. Uses [Fabiang XMPP client](https://github.com/fabiang/xmpp) for sending messages.

System requirements
-------------------

[](#system-requirements)

PHP &gt;= 5.3

Usage:
------

[](#usage)

At first you need to set up xmpp connection:

```
use Fabiang\Xmpp\Options;
use Fabiang\Xmpp\Client;
$options = new Options('tcp://example.com:5222');
$options->setUsername('twilight')->setPassword('sparkle');
$client = new Client($options);

```

Now you can create logger

```
use \thesaturn\xmpplogger\XMPPLogger;
$log = new XMPPLogger($client, $config['xmpp']['to'], 'debug');
$log->info("Hello log");

```

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

[](#installation)

Add following lines to the composer:

```
"require": {
    "thesaturn/xmpplogger": "1.0"
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3381d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44613617?v=4)[Manuel Bugueño](/maintainers/thesaturn)[@thesaturn](https://github.com/thesaturn)

---

Tags

loggerxmppjabber

### Embed Badge

![Health badge](/badges/thesaturn-xmpplogger/health.svg)

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

###  Alternatives

[illuminate/log

The Illuminate Log package.

6225.0M603](/packages/illuminate-log)[ytake/laravel-aspect

Aspect Oriented Programming library for laravel framework, and lumen

138140.4k1](/packages/ytake-laravel-aspect)[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k8](/packages/pagemachine-typo3-formlog)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2819.1k4](/packages/markrogoyski-simplelog-php)

PHPackages © 2026

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