Built with php native + Openswoole
check http library for this project Oktaax
- php 8.2+
- openswoole (php extension)
pecl install openswoole
- Clone Project
git clone https://github.com/jefyokta/chat.git
- Install php package
composer install
- Creating app keys
php okta generate-keys
- Run Migration
php okta migrate
- Run Seeder (optional)
php okta dbseed
- Start Http server And Websocket Server
php okta start
hope you like it :)
-jefyokta