PHPackages                             devsofpixel7/ejabberd - 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. [API Development](/categories/api)
4. /
5. devsofpixel7/ejabberd

ActiveLibrary[API Development](/categories/api)

devsofpixel7/ejabberd
=====================

Ejabbered API Wrapper

v0.2.30(7y ago)09971MITPHPPHP &gt;=5.5.9

Since Dec 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/devsofpixel7/ejabberd)[ Packagist](https://packagist.org/packages/devsofpixel7/ejabberd)[ RSS](/packages/devsofpixel7-ejabberd/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (32)Used By (0)

Ejabberd wrapper
================

[](#ejabberd-wrapper)

for ejabberd server connection

About
-----

[](#about)

Wrapper tends to simplify connection, access, commands and error logging to ejabberd chat server.

Requirements
------------

[](#requirements)

```
PHP >= 5.4
guzzle/guzzle

```

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

[](#installation)

```
composer require devsofpixel7/ejabberd

```

Configuration
=============

[](#configuration)

Add to your .env file:

```
EJABBERD_API=http://url-of-your-ejabberd-server:5280/api/
EJABBERD_DOMAIN=http://url-of-your-ejabberd-server
EJABBERD_CONFERENCE_DOMAIN=conference-domain-prefix
EJABBERD_USER=ejabberd-username
EJABBERD_PASSWORD=ejabberd-password
EJABBERD_DEBUG=true

```

Usage
=====

[](#usage)

Basic usage looks like this:

```
$ej = New Ejabberd();
$response = $ej->usersConnectedInfo();
return $response;

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% 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 ~4 days

Recently: every ~14 days

Total

31

Last Release

2600d ago

PHP version history (2 changes)0.1PHP &gt;=5.5.9

0.2.5PHP ^5.3.3 || ^7.0

### Community

Maintainers

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

---

Top Contributors

[![pxl7](https://avatars.githubusercontent.com/u/1721236?v=4)](https://github.com/pxl7 "pxl7 (34 commits)")[![devsofpixel7](https://avatars.githubusercontent.com/u/9946859?v=4)](https://github.com/devsofpixel7 "devsofpixel7 (1 commits)")

### Embed Badge

![Health badge](/badges/devsofpixel7-ejabberd/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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