awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPHP Refactoring Techniques

Structured methods for improving existing PHP code through duplication removal and logic simplification.

Distinct from PHP Formatters: Candidates are restricted to automated formatters or code generators, whereas this is a conceptual framework for manual refactoring

Explore 1 awesome GitHub repository matching software engineering & architecture · PHP Refactoring Techniques. Refine with filters or upvote what's useful.

Awesome PHP Refactoring Techniques GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • piotrplenik/clean-code-phpAvatar piotrplenik

    piotrplenik/clean-code-php

    12,455Vezi pe GitHub↗

    This project is a PHP clean code guide and software architecture reference. It provides a set of standards, naming conventions, and design patterns intended to improve the long-term maintainability and readability of PHP codebases. The guide emphasizes a structured approach to refactoring and system design, focusing on the application of SOLID principles to reduce coupling and increase extensibility. It advocates for object-oriented design through the use of composition over inheritance, the use of final classes to prevent unexpected overrides, and the implementation of strict type declaratio

    Provides a structured approach to refactoring PHP codebases by eliminating duplication and simplifying control flow.

    PHP
    Vezi pe GitHub↗12,455
  1. Home
  2. Software Engineering & Architecture
  3. PHP Refactoring Techniques