mritunjay10 / chathelper
A core library for integrating Strapengine UI with your own database.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mritunjay10/chathelper
Requires
- php: >=5.3.0
- illuminate/database: 5.5.x-dev
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-09-11 00:59:38 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.