PHPackages                             fiv/xmpp - 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. fiv/xmpp

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

fiv/xmpp
========

Fork of xmpp library

0.1.3(9y ago)33.1k2GPL v2PHP

Since Jan 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/funivan/xmpp)[ Packagist](https://packagist.org/packages/fiv/xmpp)[ RSS](/packages/fiv-xmpp/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (5)Used By (0)

\#About

[![Build Status](https://camo.githubusercontent.com/d5f879ef7eee5cf6c7838da918a3748f6e0b33e2cac109c9c3336b0ac2fe0af0/68747470733a2f2f7472617669732d63692e6f72672f66756e6976616e2f786d70702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/funivan/xmpp)

Elegant PHP library for XMPP (aka Jabber, Google Talk, etc).

Example:

```
   $user = 'username@gmail.com';
   $password = 'password';

   $conn = new \Fiv\Xmpp\Xmpp('talk.google.com', 5222, $user, $password, 'xmpphp', 'gmail.com', true, \Fiv\Xmpp\Log::LEVEL_INFO);
   $conn->connect();
   $conn->processUntil('session_start');

   $conn->message("other.user.name@gmail.com/gmail.00145456", "test message");
   $conn->disconnect();
```

Author: Nathan Fritz, jabber id: fritzy \[at\] netflint.net Co-Author: Stephan Wentz, jabber id: stephan \[at\] wentz.it

Maintainer of this fork: funivan

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity56

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 ~290 days

Total

4

Last Release

3633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ee14f8f97b3ead4c91823e410ea170293b55be64adf12a20d965f19008839a6?d=identicon)[funivan](/maintainers/funivan)

### Embed Badge

![Health badge](/badges/fiv-xmpp/health.svg)

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

PHPackages © 2026

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