Skip to content

shoppingflux/coding-style-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoppingfeed/coding-style-php

Installation

composer require shoppingfeed/coding-style-php

Contributing

To connect to a php 8.0 container correctly configured

  • Create a container : docker run --name coding-style-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0-unit
  • Connect to container : docker exec -it coding-style-php bash

Once connected to the container you can :

  • Update composer dependencies : composer update
  • Run test : composer test

Proposal process

See proposal

Documentation

Documentation is driven by mkdocs and uses material theme

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material