mritunjay10/chathelper

A core library for integrating Strapengine UI with your own database.

1.0.0 2020-07-10 12:34 UTC

This package is auto-updated.

Last update: 2025-04-11 00:13:58 UTC


README

A core library for integrating Strapengine UI with your own database.

Install

Via Composer

$ composer require indilabz10/chat

Usage

$config = array(
    'driver' 	=> 'mysql',
    'host' 		=> 'localhost',
    'database' 	=> 'chat',
    'username' 	=> 'root',
    'password' 	=> '',
    'charset' 	=> 'utf8',
    'collation'	=> 'utf8_general_ci'
);

$opr = new \Indilabz\Chat();

Testing

$ phpunit

The MIT License (MIT). Please see License File for more information.