monken/codeigniter4-burner-workerman

CodeIgniter4 out-of-the-box high-performance server, Workerman Driver.

v1.0.0-beta.3 2023-10-30 14:10 UTC

This package is auto-updated.

Last update: 2024-04-30 00:34:04 UTC


README

logo

This Library is the Workerman Driver for CodeIgniter4 Burner.

English Document

正體中文文件

Install

Prerequisites

  1. CodeIgniter Framework 4.4.0^
  2. CodeIgniter4-Burner 1.0.0-beta.3
  3. Composer
  4. PHP8^
  5. Enable php-pcntl extension
  6. Enable php-posix extension
  7. We recommend you to install php-event extension

Composer Install

You can install this Driver with the following command.

composer require monken/codeigniter4-burner-workerman:1.0.0-beta.3

Initialize Server files using built-in commands in the library

php spark burner:init Workerman

Start the server.

php spark burner:start