Mibew Messenger - open-source live support application
Go to file
Bruno Lima d6947d4a97 Added by the browser cache using .htaccess
Added by the browser cache for files (js|css|jpg|png|gif|svg) using .htaccess

Using this type of cache server to the requests will be lower, thus, the application will become faster.

The cache is configured for 2 days.
2015-03-18 10:14:56 -03:00
src Added by the browser cache using .htaccess 2015-03-18 10:14:56 -03:00
.gitattributes .gitattributes 2011-02-16 01:53:27 +01:00
.gitignore Rename "styles/dialogs" to "styles/chats" 2014-10-13 13:52:17 +00:00
README.md Mibew does not use "iconv" library anymore 2014-12-29 09:29:13 +00: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.3.3 and above) with PDO, pdo_mysql 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

  1. Mibew Messenger i18n repository
  2. Mibew Messenger design repository
  3. Mibew Java applications repository
  4. Mibew Tray repository