Popularity
2.7
Stable
Activity
3.7
Declining
152
7
48

Programming language: PHP
License: GNU Affero General Public License v3.0
Tags: Php     Communication systems     Custom     Support     Mysql     Helpdesk     Maria     Chating    
Latest version: v1.0.6

KChat alternatives and similar software solutions

Based on the "Custom" category.
Alternatively, view KChat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of KChat or a related project?

Add another 'Custom' Software solution

README

KChat

PHP Based Chat Application.

Requirements

  • PHP version >= 5.5
    • Required extensions :
      • PDO_Mysql
      • json
  • Web Server Apache or Nginx
  • MySQL 5

Installation

Downlaod Kchat Files
Using with Composer
composer create-project php-kchat/kchat
Or
Using git
git clone https://github.com/php-kchat/kchat.git
Or

Download Zip and Extract to your Web Directory

And

Give a Writable Permission on

  • config
  • logs
  • cache
  • logs/kchat.log.php
  • box/config
  • box/logs/error.log

Visit the subfolder https://mydomain.com/index.php in your web-browser. The installation script will start automatically and guide you through the installation process.

Login with
  • Admin - admin
  • Password - pass
note.
  • if you getting internal server error when you installed KChat in sub-directory please update .htaccess

Uncomment and update RewriteBase

ex.

RewriteBase /{{your-relative-url}}/
  • if message box not working try adding jquery in your code

ex.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Maintainers