Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkenwu/codeigniter4-burner-openswoole
CodeIgniter4 out-of-the-box high-performance server.
https://github.com/monkenwu/codeigniter4-burner-openswoole
codeigniter codeigniter4 php swoole websocket
Last synced: 3 months ago
JSON representation
CodeIgniter4 out-of-the-box high-performance server.
- Host: GitHub
- URL: https://github.com/monkenwu/codeigniter4-burner-openswoole
- Owner: monkenWu
- Created: 2022-11-12T10:21:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T14:17:03.000Z (about 1 year ago)
- Last Synced: 2024-10-14T00:20:40.244Z (3 months ago)
- Topics: codeigniter, codeigniter4, php, swoole, websocket
- Language: PHP
- Homepage: https://ciburner.com
- Size: 67.4 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeIgniter4-Burner-OpenSwoole
This Library is the OpenSwoole Driver for [CodeIgniter4 Burner](https://github.com/monkenWu/CodeIgniter4-Burner).
[English Document](https://ciburner.com/en/openswoole/)
[正體中文文件](https://ciburner.com/zh_TW/openswoole/)
## Install
### Prerequisites
1. CodeIgniter Framework 4.4.0^
2. CodeIgniter4-Burner 1.0.0-beta.3
3. Composer
4. PHP8^
5. OpenSwoole 22^, [OpenSwoole Pre Requisites](https://openswoole.com/docs/get-started/prerequisites)
6. [How to Install OpenSwoole](https://openswoole.com/docs/get-started/installation)### Composer Install
You can install this Driver with the following command.
```
composer require monken/codeigniter4-burner-OpenSwoole:1.0.0-beta.3
```Initialize Server files using built-in commands in the library.
The `http` parameter will initialize the normal http server configuration file, and if the `websocket` parameter is used, it will initialize the websocket-specific (including http) configuration file.
```
php spark burner:init OpenSwoole [http or websocket]
```Start the server.
```
php spark burner:start
```