ctl/laravelxmpp is a Laravel package for easy to use xmpp package for laravel.
It currently has 2 GitHub stars and 169 downloads on Packagist (latest version v1.0.0).
Install it with composer require ctl/laravelxmpp.
Discover more Laravel packages by ctl
or browse all Laravel packages to compare alternatives.
Last updated
A PHP Package that leverages XMPP/ejabberd and laravel to work coherently
Via Composer
$ composer require ctl/laravelxmpp
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
$ phpunit
Please see CONTRIBUTING for details.
Eclipse Public License (EPL v1.0). Please see License for more information.