php >= 8.3
Libraries:
- pcntl
- mysql
- zip
- sockets
- bcmath
- redis
mysql >= 5.7
node >= 20
git clone https://github.com/Zen0x7/ServiceBench.git
cd ServiceBench
composer install
yarn install
yarn build
php artisan migrate
You'll need to run the following list of blocking processes:
- php artisan serve
- php artisan reverb:start
- php artisan horizon
docker compose up