Skip to content

landingi/php-coding-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landingi Static Code Analyze Bundle

This repository aggregates configuration files from libraries we are using in code testing

Installation

composer require --dev landingi/php-coding-standards

Components

phpstan

Config

includes:
	- vendor/landingi/php-coding-standards/phpstan.neon

parameters:
    #Your custom config

vendor/bin/phpstan analyze -c phpstan.neon

Packages

  • phpstan/phpstan
  • phpstan/phpstan-phpunit
  • phpstan/phpstan-symfony
  • phpstan/phpstan-doctrine

Optional packages

  • Jan0707/phpstan-prophecy - for Prophecy mocking tool
  • phpstan/phpstan-mockery

ecs

Config

vendor/bin/ecs check --config vendor/landingi/php-coding-standards/ecs.php

Packages

  • symplify/easy-coding-standard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors