Skip to content

Markdown tutorials for PHP tools (static analysis, tests, and more)

Notifications You must be signed in to change notification settings

manoncarbonnel/php-tools-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-tools-tutorials

Markdown tutorials for PHP tools (static analysis, tests, and more)

A clean code should follow theses rules:

  • documented (PHPDOC)
  • simple (KISS)
  • well structured (SOLID)
  • only what is necessary (YAGNI)
  • no duplicated code (DRY)
  • tested (TU)

To help you achieve this goal, you can use several tools. See:

About

Markdown tutorials for PHP tools (static analysis, tests, and more)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published