PHPackages                             ctl/laravelxmpp - 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. ctl/laravelxmpp

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

ctl/laravelxmpp
===============

Easy to use XMPP package for laravel

v1.0.0(9y ago)21694[1 PRs](https://github.com/Core-Tech-Labs/LaravelXMPP/pulls)EPL-1.0PHPPHP &gt;=5.5.16

Since Nov 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Core-Tech-Labs/LaravelXMPP)[ Packagist](https://packagist.org/packages/ctl/laravelxmpp)[ RSS](/packages/ctl-laravelxmpp/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/05e4058adf8489ffd77d8e4b557900c38a3159a1e146ecefd0711d3537421ae9/68747470733a2f2f706f7365722e707567782e6f72672f63746c2f6c61726176656c786d70702f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/ctl/laravelxmpp)[![Build Status](https://camo.githubusercontent.com/651f26913c4ee47020ce41e734fe3fa265b5c4d034a9b216b4b3279d7c06d280/68747470733a2f2f7472617669732d63692e6f72672f436f72652d546563682d4c6162732f4c61726176656c584d50502e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Core-Tech-Labs/LaravelXMPP)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cbbae9098155fd1d1d3d507c6ba69250d882492989a576c00de2a67739cf5d3a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f72652d546563682d4c6162732f4c61726176656c584d50502f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Core-Tech-Labs/LaravelXMPP/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/cd40e946708de5d76429d5917f46c54c636aab3ae6b1bd777255d4848d8e910b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f72652d546563682d4c6162732f4c61726176656c584d50502f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Core-Tech-Labs/LaravelXMPP/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/03db2e87c2b39c87a2a20489918394b502b87e940a0a2730fc9684436dfa7006/68747470733a2f2f706f7365722e707567782e6f72672f63746c2f6c61726176656c786d70702f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/ctl/laravelxmpp)[![Latest Unstable Version](https://camo.githubusercontent.com/3ef661f473b3e24936450502870f20e5408fd661af7c05a5b23ee9e90999a640/68747470733a2f2f706f7365722e707567782e6f72672f63746c2f6c61726176656c786d70702f762f756e737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/ctl/laravelxmpp)

**A PHP Package that leverages XMPP/ejabberd and laravel to work coherently**

Install
-------

[](#install)

Via Composer

```
$ composer require ctl/laravelxmpp
```

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

[](#installation)

Add the service provider to the `'providers'` array in `config/app.php`

```
CTL\XMPPMessageBase\IMServiceProvider::class,
```

If you want to use the Facade class, add the class to the `'aliases'` array

```
'IM' => CTL\XMPPMessageBase\IM::class,
```

Navigate to `config/im.php`. Add `host`,`port`, `user`, `password` for your laravel app to connect to service.

Run ...

```
$ php artisan vendor:publish
```

To publich im.php configuration file

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Core-Tech-Labs/LaravelXMPP/blob/master/CONTRIBUTING.md) for details.

License
-------

[](#license)

Eclipse Public License (EPL v1.0). Please see [License](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88522b374ac3d9f23717ab951ea36c25686becac733f4c82470d38aed69cc41c?d=identicon)[mr.jessop](/maintainers/mr.jessop)

---

Top Contributors

[![RudyJessop](https://avatars.githubusercontent.com/u/700851?v=4)](https://github.com/RudyJessop "RudyJessop (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ctl-laravelxmpp/health.svg)

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

###  Alternatives

[bingher/ding-bot

dingding bot plugin

3416.9k1](/packages/bingher-ding-bot)[coldtrick/user_support

Offers different community master features to support your users

142.4k](/packages/coldtrick-user-support)

PHPackages © 2026

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