2017 © Pedro Peláez
 

package php-component

XEP-0114 protocol implementation

image

wst/php-component

XEP-0114 protocol implementation

  • Friday, March 6, 2015
  • by WST
  • Repository
  • 4 Watchers
  • 5 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

English

PHP-Component is an implementation of XEP-0114 and related XEPs in PHP language written specially for Lopbox (http://lopbox.com) project. It aims to be very easy to use and lets PHP programmers to develop various types of services: Jabber/XMPP bots, transports, MUC engines and many other types of components., (*1)

Include component.inc.php into your project and create an instance of BSM\Component class, then assign your event handlers. A simple example bot is available in the «examples» subdirectory., (*2)

  • Author: Ilya I. Averkov (WST)
  • Co-author: Irfan Mahfudz Guntur (ayes)
  • Project page: http://wst.github.com/php-component

Русский

PHP-Component является реализацией стандарта XEP-0114 и связанных XEP на языке PHP, написанной специально для веб-сервиса Lopbox (http://lopbox.com). Он нацелен на простоту использования и позволяет PHP-разработчикам XMPP-сервисы самых разных типов: боты, транспорты, серверы конференций и так далее., (*3)

Включите component.inc.php в свой проект и создайте объект BSM\Component, затем назначьте обработчики событий. В целях ознакомления с возможностями библиотеки можно использовать код из каталога «examples»., (*4)

  • Разработчик: Ilja I. Averkov (WST)
  • Со-разработчик: Irfan Mahfudz Guntur (ayes)
  • Страница проекта: http://wst.github.com/php-component

The Versions

06/03 2015

dev-master

9999999-dev https://github.com/WST/php-component

XEP-0114 protocol implementation

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-sockets *
  • ext-xml *

 

component xmpp jabber xep-0114