chiron / http-error-handler
给它一个美好的描述吧!
1.0.4
2021-11-27 10:40 UTC
Requires
- php: ^8.0|^8.1
- psr/log: ^1.0
Requires (Dev)
- chiron/coding-standard: ^3.0
- chiron/views: ^1.1
- 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 .
轻而易举!现在你只需要编码。