babicaja/prototype

使用composer和优质工具的基本vanilla php设置,用于快速原型设计

v1.0.0 2020-10-29 11:29 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:02 UTC


README

使用composer和优质工具的基本vanilla php设置,用于快速原型设计

Latest Version on Packagist Total Downloads Licence

简介

本项目的目的是提供快速原型设计的设置,以下事项将直接提供:

  • psr4文件夹结构
  • 预配置的composer
  • 应用引导
  • http和console入口点
  • 质量工具

安装

使用以下composer命令创建基于Prototype的新项目

composer create-project babicaja/prototype

贡献

贡献者

您非常欢迎为此项目做出贡献。主要目标是保持简单,因为已经有足够的具有高级功能的库。为了考虑您的工作,请按照以下指南创建Pull Request。

## What's the purpose of this PR?
(Insert the description of the purpose of this change here)
## Impact Analysis
(What will this possibly affect?)
## Where should the tester start?
(Hints tips or tricks regarding how to test this, things to watch out for, etc)
## What are the relevant tickets?
(Is this related to a ticket/bug at the moment?)