PHPackages                             tyrola/xmpphp - 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. tyrola/xmpphp

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

tyrola/xmpphp
=============

Jabber Library For Sending Jabber Messages

v2.2(7y ago)2342.3k↑92.9%19[3 issues](https://github.com/BirknerAlex/xmpphp/issues)[1 PRs](https://github.com/BirknerAlex/xmpphp/pulls)2GPL-2.0+PHPPHP &gt;=5.3.2

Since Jan 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/BirknerAlex/xmpphp)[ Packagist](https://packagist.org/packages/tyrola/xmpphp)[ Docs](https://github.com/BirknerAlex/XMPPHP)[ RSS](/packages/tyrola-xmpphp/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (5)Used By (2)

Getting Started With XMPPHP
===========================

[](#getting-started-with-xmpphp)

XMPPHP is a fork of svn://netflint.net/xmpphp. This is an elegant PHP library for XMPP (aka Jabber, Google Talk, etc).

Author: Nathan Fritz, jabber id: fritzy \[at\] netflint.net Co-Author: Stephan Wentz, jabber id: stephan \[at\] wentz.it Maintainer of this fork: Alexander Birkner

Prerequisites
-------------

[](#prerequisites)

- PHP 5.3.2 or newer
- SSL Support Compiled

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

[](#installation)

Installation is a quick and easy 2 steps process:

1. Install XMPPHP
2. Use it

### Step 1: Install XMPPHP

[](#step-1-install-xmpphp)

The preferred way to install this bundle is to rely on [Composer](http://getcomposer.org). Just check on [Packagist](http://packagist.org/packages/tyrola/xmpphp) the version you want to install (in the following example, we used "2.0-dev") and add it to your `composer.json`:

```
{
    "require": {
        // ...
        "tyrola/xmpphp": "2.0-dev"
    }
}
```

### Step 2: Use it

[](#step-2-use-it)

This sample shows how to send a Jabber message to a user.

```
