monken / codeigniter4-burner-roadrunner
CodeIgniter4 out-of-the-box high-performance server, RoadRunner Driver.
1.0.0-beta.3
2023-10-30 14:15 UTC
Requires
- php: ^8.0 || ^8.1 || ^8.2
- monken/codeigniter4-burner: 1.0.0-beta.3
- spiral/roadrunner: ^2
Requires (Dev)
- codeigniter/coding-standard: ^1.4
- rector/rector: 0.12.16
This package is auto-updated.
Last update: 2025-03-01 00:39:17 UTC
README
This Library is the RoadRunner Driver for CodeIgniter4 Burner.
Install
Prerequisites
- CodeIgniter Framework 4.4.0^
- CodeIgniter4-Burner 1.0.0-beta.3
- Composer
- PHP8^
- Enable
php-curl
extension - Enable
php-zip
extension - Enable
php-sockets
extension
Composer Install
You can install this Driver with the following command.
composer require monken/codeigniter4-burner-roadrunner:1.0.0-beta.3
Initialize Server files using built-in commands in the library
php spark burner:init RoadRunner
Start the server.
php spark burner:start