Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monkenwu/codeigniter4-burner-workerman

CodeIgniter4 out-of-the-box high-performance server.
https://github.com/monkenwu/codeigniter4-burner-workerman

codeigniter codeigniter4 php workerman

Last synced: about 2 months ago
JSON representation

CodeIgniter4 out-of-the-box high-performance server.

Awesome Lists containing this project

README

        

# CodeIgniter4-Burner-Workerman



logo

This Library is the Workerman Driver for [CodeIgniter4 Burner](https://github.com/monkenWu/CodeIgniter4-Burner).

[English Document](https://ciburner.com/en/workerman/)

[正體中文文件](https://ciburner.com/zh_TW/workerman/)

## 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](https://www.php.net/manual/en/book.event.php) 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
```