chiron / encrypter
给它一个美好的描述!
1.0.2
2020-10-25 15:30 UTC
Requires
- php: ^7.2
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 23:34:00 UTC
README
这是口号:这个项目做什么,它有什么独特之处?
如果需要,这里是一个额外的快速介绍。
为什么?
为什么这个项目存在?来吧,别删掉这部分。填一下。虽然很难,但也许是README中最重要的一部分。
至于为什么这个项目存在,是为了作为未来开源PHP项目的模板。当然,随意fork它并制作你自己的食谱。
安装
描述如何安装项目/库/框架等。
确保安装说明通过测试有效!
使用
描述如何使用项目。一个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 .
很简单!现在你只需要编写代码。