cornyk / webman-template
High performance HTTP Service Framework.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.1
- ext-json: *
- ext-pdo: *
- doctrine/annotations: ^1.14
- guzzlehttp/guzzle: ^7.8
- illuminate/events: ^11.45
- illuminate/pagination: ^11.45
- monolog/monolog: ^2.0
- php-di/php-di: ^6.3
- psr/container: ^1.1.1
- respect/validation: ^2.3
- revolt/event-loop: ^1.0
- vlucas/phpdotenv: ^5.6
- webman/console: ^2.1
- webman/database: ^2.1
- webman/event: ^1.0
- webman/redis: ^2.1
- workerman/webman-framework: ^2.1
Requires (Dev)
- phpunit/phpunit: ^9.5.10
Suggests
- ext-event: For better performance.
This package is auto-updated.
Last update: 2025-07-07 10:39:48 UTC
README
使用本项目
composer create-project cornyk/webman-template:dev-master {your_project_name}
相关文档
- 主框架 Webman
https://www.workerman.net/doc/webman/
- ORM Eloquent