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.
This repository contains the core of Mibew Messenger application.
- A webserver or web hosting account running on any major Operating System
- PHP (5.3.3 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions
- MySQL 5.0 and above
There are several actions one should do before use the latest version of Mibew from the repository:
- Obtain a copy of the repository using
git clone
, download button, or another way. - Install node.js and npm.
- Install Gulp.
- Navigate to
src/
directory of the local copy of the repository. - Install npm dependencies using
npm install
. - 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.
Mibew Messenger is licensed under the terms of Apache License, Version 2.0.