babicaja / prototype
Basic vanilla php setup with composer and quality tools for quick prototyping
v1.0.0
2020-10-29 11:29 UTC
Requires
- php: ^7.4
Requires (Dev)
- nunomaduro/phpinsights: ^1.14
- phpmd/phpmd: ^2.9
- phpunit/phpunit: ^9.4
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-29 06:18:43 UTC
README
Basic vanilla php setup with composer and quality tools for quick prototyping
Introduction
The aim of this project is to provide a quick setup for prototyping so the following things come out-of-the-box
- psr4 folder structure
- preconfigured composer
- app bootstrap
- http and console entrypoint
- quality tools
Installation
Create a new project based on Prototype
with the following composer command
composer create-project babicaja/prototype
Contributing
Contributors:
You are more than welcome to contribute to this project. The main goal is to keep it simple because there are more than enough libraries with advance features. To take your work into consideration please create a Pull Request along the following guidelines:
## 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?)