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
- Host: GitHub
- URL: https://github.com/gingteam/workerman-runtime
- Owner: gingteam
- Created: 2021-12-24T04:53:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T10:43:30.000Z (about 3 years ago)
- Last Synced: 2026-01-14T14:49:02.716Z (about 1 month ago)
- Topics: php-runtime, symfony, workerman
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```