PHPackages                             jean553/symfony-openfire-bundle - 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. jean553/symfony-openfire-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jean553/symfony-openfire-bundle
===============================

Openfire server management for Symfony 2 applications

020[1 issues](https://github.com/jean553/symfony-openfire-bundle/issues)PHP

Since Mar 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jean553/symfony-openfire-bundle)[ Packagist](https://packagist.org/packages/jean553/symfony-openfire-bundle)[ RSS](/packages/jean553-symfony-openfire-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Openfire Symfony Bundle
=======================

[](#openfire-symfony-bundle)

Bundle used to connect to Openfire REST API and perform common tasks.

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

[](#installation)

By composer :

```
"require": {
    "jean553/symfony-openfire-bundle": "dev-master"
}

```

app/AppKernel.php :

```
$bundles = array(
    new jean553\OpenfireBundle\OpenfireBundle()
);

```

Use
---

[](#use)

app/config/config.yml :

```
parameters:
    openfire_service: "jean553\OpenfireBundle\Services\OpenfireService"

openfire:
    url: 'http://my-openfire-server:9090/plugins/restapi/v1'
    secret: 'abcdefghijklmnopqrst'

```

In controller :

```
$service = $this->get('openfire.service');
$service->createUser('username', 'password');
$service->createChatRoom('chat_room_id'，'chat_room_name', 'username');

$userJid = $service->getJid('username');

```

Tests
-----

[](#tests)

app/config/config\_test.yml :

```
parameters:
    openfire_service: "jean553\OpenfireBundle\Services\DummyOpenfireService"

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2edf38f09630ac34d80854a43ea4f0f9422ee8eeaf5c8a55d0372c8748413e4?d=identicon)[jean553](/maintainers/jean553)

---

Top Contributors

[![jean553](https://avatars.githubusercontent.com/u/8011398?v=4)](https://github.com/jean553 "jean553 (9 commits)")

### Embed Badge

![Health badge](/badges/jean553-symfony-openfire-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jean553-symfony-openfire-bundle/health.svg)](https://phpackages.com/packages/jean553-symfony-openfire-bundle)
```

PHPackages © 2026

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