dybasedev / keeper
基于 Swoole 开发的 Server 框架
v2.0.1
2018-06-26 03:39 UTC
Requires
- dybasedev/keeper-contracts: ~2.0
- illuminate/config: ^5.5
- illuminate/pipeline: ^5.5
- nikic/fast-route: ^1.2
- phpunit/phpunit: ~6.0
- psr/container: ^1.0
- symfony/console: ^4.0
- symfony/http-foundation: ^4.0
- symfony/http-kernel: ^4.0
Requires (Dev)
- eaglewu/swoole-ide-helper: dev-master
This package is not auto-updated.
Last update: 2024-10-27 05:57:27 UTC
README
基于 Swoole 开发的服务
安装
$ composer require "dybasedev/keeper:dev-master"
快速开始
可参考 https://github.com/dybasedev/keeper-http-project。该项目是一个预制模板。
你也可以通过下面的命令直接创建基于该模板的项目:
$ composer create-project dybasedev/keeper-http-project my-project