clean-code-php

Code guidelines

A guide to producing readable, reusable, and refactorable PHP software following best practices from Robert C. Martin's book Clean Code.

bathtub Clean Code concepts adapted for PHP

GitHub

12k stars
465 watching
2k forks
Language: PHP
last commit: 7 months ago
Linked from 3 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fikoborquez/clean-code-php A guide to writing clean and maintainable PHP code 80
nayeemdev/clean-code-php A collection of coding principles and guidelines aimed at improving the maintainability, readability, and performance of PHP codebases 3
zedr/clean-code-python A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. 4,469
ryanmcdermott/clean-code-javascript Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. 91,944
labs42io/clean-code-typescript Adapts clean code principles from Robert C. Martin's book Clean Code to TypeScript for software development guidance. 9,336
pungyeon/clean-go-article A resource for writing clean and maintainable Go code 2,964
davified/clean-code-ml Adapting clean code principles to machine learning and data science in Python 714
php-cs-fixer/php-cs-fixer Automates fixing PHP coding standards issues to follow community-driven standards 12,922
dseguy/clearphp A reference document providing guidelines for writing clear and well-structured PHP code 963
phpcheckstyle/phpcheckstyle Tools that checks PHP source code against predefined coding conventions to ensure consistency and adherence. 164
phongnguyend/practical.cleanarchitecture A comprehensive guide to implementing Clean Architecture in full-stack .Net 8 applications with various technologies and frameworks 2,142
nikic/php-parser A PHP code parsing and analysis library providing an abstract syntax tree (AST) representation of the parsed code 17,094
uohzxela/clean-code-ruby A guide to producing readable, reusable, and refactorable Ruby software following principles from Clean Code by Robert C. Martin. 1,593
adamculp/php-code-quality A Docker image containing multiple PHP code quality tools to analyze and improve the maintainability and reliability of PHP applications. 156
glavin001/tslint-clean-code A set of TSLint rules to enforce Clean Code practices in TypeScript development. 169