2017 © Pedro Peláez
 

library xmppbot

Xmpp bot client for Laravel PHP framework

image

nitromoon/xmppbot

Xmpp bot client for Laravel PHP framework

  • Tuesday, December 1, 2015
  • by Nitromoon
  • Repository
  • 1 Watchers
  • 7 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

xmppbot

Installation:br/ composer require nitromoon/xmppbot:"1.0.0", (*1)

config/app.php :br/ Add providerbr/ \Xmppbot\XMPPBotServiceProvider::class, (*2)

Add Facadebr/ 'XmppBot' => \Xmppbot\Facades\XmppBot::class, (*3)

Extract config:br/ php artisan vendor:publish Fill in config/xmppbot.php host, sender-alias and user credentials, (*4)

Usage:br/ XmppBot::sendMesssage('test bot message', 'a.ivenkov@advmt.org'), (*5)

The Versions

01/12 2015

1.0.0.x-dev

1.0.0.9999999-dev

Xmpp bot client for Laravel PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

01/12 2015

dev-master

9999999-dev

Xmpp bot client for Laravel PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

01/12 2015

1.0.0

1.0.0.0

Xmpp bot client for Laravel PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires