Core-Tech-Labs / LaravelXMPP by mr.jessop

Easy to use XMPP package for laravel
163
2
2
Package Data
Maintainer Username: mr.jessop
Maintainer Contact: rudyjessop@gmail.com (Rudy Jessop)
Package Create Date: 2016-10-24
Package Last Update: 2017-09-26
Language: PHP
License: EPL-1.0
Last Refreshed: 2024-11-25 15:03:20
Package Statistics
Total Downloads: 163
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 4
Total Open Issues: 1

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Unstable Version

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

Install

Via Composer

$ composer require ctl/laravelxmpp

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

$ phpunit

Contributing

Please see CONTRIBUTING for details.

License

Eclipse Public License (EPL v1.0). Please see License for more information.