Mibew Messenger - open-source live support application
Go to file
2018-05-28 18:03:21 +03:00
src Update i18n submodule 2018-05-28 18:03:21 +03:00
.gitattributes .gitattributes 2011-02-16 01:53:27 +01:00
.gitignore Disable versioning for CDN files 2017-11-12 04:39:03 +03:00
.gitmodules Add i18n repo as a submodule 2017-11-10 17:05:04 +03:00
ISSUE_TEMPLATE.md Create template for issues 2017-10-03 19:28:35 +03:00
LICENSE Make symbolic link to license relative 2017-10-03 18:47:56 +03:00
PULL_REQUEST_TEMPLATE.md Create template for PRs 2017-10-03 19:34:22 +03:00
README.md Add Mibew Open Street Map plugin to the list of official plugins 2018-05-23 18:25:11 +03:00

Mibew Messenger

Mibew Messenger is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.

About this repository

This repository contains the core of Mibew Messenger application.

Server requirements

  1. A webserver or web hosting account running on any major Operating System
  2. PHP (5.4 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions
  3. MySQL 5.0 and above

Build from sources

There are several actions one should do before use the latest version of Mibew from the repository:

  1. Obtain a copy of the repository using git clone, download button, or another way.
  2. Install node.js and npm.
  3. Install Gulp.
  4. Navigate to src/ directory of the local copy of the repository.
  5. Install npm dependencies using npm install.
  6. Run Gulp to build Mibew using gulp default.

Finally .tar.gz and .zip archives of the ready-to-use Mibew will be available in src/release directory.

Terms of Use

Mibew Messenger is licensed under the terms of Apache License, Version 2.0.

Other repositories of the Mibew project

Actual

  1. Mibew Messenger i18n repository
  2. Mibew Messenger design repository
  3. Mibew documentation repository

Obsolete

  1. Mibew Java applications repository
  2. Mibew Tray repository

Plugins

  1. Mibew Boilerplate plugin - a template for a real plugin

Ready for production use

  1. Mibew Emoji plugin
  2. Mibew Geo IP plugin
  3. Mibew Open Street Map plugin
  4. Mibew Google Maps plugin
  5. Mibew Operator Status plugin
  6. Mibew Purge History plugin
  7. Mibew Real Ban plugin
  8. Mibew Slack plugin
  9. Mibew Title Notification plugin

Not ready for production use (not stable, broken, obsolete, etc.)

  1. Mibew Button Refresh plugin
  2. Mibew External API plugin
  3. Mibew First Message plugin