chiron / reactphp
给它一个美好的描述!
1.2.4
2021-11-27 10:42 UTC
Requires
- php: ^8.0|^8.1
- chiron/webserver: ^1.0
- react/http: ^1.2
Requires (Dev)
- chiron/coding-standard: ^3.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpunit/phpunit: ^9.5
README
这是口号:这个项目做什么,它有什么独特之处?
如有必要,这里是一个额外的快速介绍。
为什么?
为什么这个项目存在?来吧,别删除这部分。填充它。是的,这很困难,但可能是README中最重要的一部分。
至于为什么 这个 项目存在,是为了作为未来开源PHP项目的模板。当然,你可以自由地分叉它并创建你自己的配方。
安装
描述如何安装项目/库/框架/…
确保你的安装说明通过测试是有效的!
使用方法
描述如何使用项目。一个gif或一个简短的代码示例是展示它如何工作的最佳方式。同时,保持段落简短,句子简单:并不是每个人都擅长英语。
为了举例,这里是如何将这个项目模板作为你自己的仓库基础。
git clone https://github.com/ncou/project-template.git my-project cd my-project # Remove the git repository metadata rm -rf .git/ # Start a brand new repository git init git add .
简单!现在你只需要编写代码。