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

https://github.com/gingteam/workerman-runtime

Workerman Symfony Runtime
https://github.com/gingteam/workerman-runtime

php-runtime symfony workerman

Last synced: about 1 month ago
JSON representation

Workerman Symfony Runtime

Awesome Lists containing this project

README

          

# Symfony Workerman Runtime

## Installation
```bash
composer require gingteam/workerman-runtime:dev-main
```
## Usage
```bash
cd public
APP_RUNTIME=GingTeam\\WorkermanRuntime\\Runtime php index.php start
```