chiron / attributes
给它一个精彩的描述吧!
1.0.1
2022-03-19 17:34 UTC
Requires
- php: ^8.0 || ^8.1
- ext-tokenizer: *
- chiron/routing: ^1.0
Requires (Dev)
- chiron/coding-standard: ^3.0
- overtrue/phplint: ^2.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-09-20 17:14:11 UTC
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 .
简单易行!现在你只需要编码。