2017 © Pedro Peláez
 

library laravelxmpp

Easy to use XMPP package for laravel

image

ctl/laravelxmpp

Easy to use XMPP package for laravel

  • Thursday, June 1, 2017
  • by mr.jessop
  • Repository
  • 1 Watchers
  • 2 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Unstable Version, (*1)

A PHP Package that leverages XMPP/ejabberd and laravel to work coherently, (*2)

Install

Via Composer, (*3)

``` bash $ composer require ctl/laravelxmpp, (*4)


## Installation Add the service provider to the `'providers'` array in `config/app.php` ``` php CTL\XMPPMessageBase\IMServiceProvider::class,

If you want to use the Facade class, add the class to the 'aliases' array, (*5)

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

Navigate to config/im.php. Add host,port, user, password for your laravel app to connect to service., (*6)

Run ..., (*7)

``` bash $ php artisan vendor:publish, (*8)


To publich im.php configuration file ## Testing ``` bash $ phpunit

Contributing

Please see CONTRIBUTING for details., (*9)

License

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

The Versions

01/06 2017

dev-master

9999999-dev

Easy to use XMPP package for laravel

  Sources   Download

EPL-1.0

The Requires

 

The Development Requires

06/11 2016

dev-dev-master

dev-dev-master

Easy to use XMPP package for laravel

  Sources   Download

EPL-1.0

The Requires

 

The Development Requires

06/11 2016

v1.0.0

1.0.0.0

Easy to use XMPP package for laravel

  Sources   Download

EPL-1.0

The Requires

 

The Development Requires