awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesPHP Design Pattern Implementations

Reference implementations of standard software architecture patterns written in PHP.

Distinguishing note: The candidates focus on specific pattern types (creational/behavioral) rather than the collective set of PHP patterns.

Explore 4 awesome GitHub repositories matching software engineering & architecture · PHP Design Pattern Implementations. Refine with filters or upvote what's useful.

Awesome PHP Design Pattern Implementations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • domnikl/designpatternsphpdomnikl का अवतार

    domnikl/DesignPatternsPHP

    22,188GitHub पर देखें↗

    DesignPatternsPHP is a reference collection of software architecture patterns implemented in PHP 8. It provides a guide for object-oriented programming through sample code demonstrating creational, structural, and behavioral design patterns. The project includes reference implementations for common patterns such as factories, builders, singletons, adapters, bridges, and proxies. Each implementation is accompanied by a PHPUnit test suite to verify that the patterns behave correctly and produce expected logical outcomes. The codebase covers a broad range of architecture capabilities, including

    Provides a comprehensive collection of standard software architecture patterns implemented in PHP 8.

    PHP
    GitHub पर देखें↗22,188
  • piotrplenik/clean-code-phppiotrplenik का अवतार

    piotrplenik/clean-code-php

    12,455GitHub पर देखें↗

    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

    Offers standards for PHP class design focusing on encapsulation, final classes, and single responsibility.

    PHP
    GitHub पर देखें↗12,455
  • checkstyle/checkstylecheckstyle का अवतार

    checkstyle/checkstyle

    8,867GitHub पर देखें↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Evaluates structural properties of classes and methods to prevent poorly designed software architectures.

    Javacode-qualitycommand-line-toolhacktoberfest
    GitHub पर देखें↗8,867
  • prakhar1989/algorithmsprakhar1989 का अवतार

    prakhar1989/Algorithms

    3,085GitHub पर देखें↗

    This repository is a collection of reference implementations for fundamental data structures and computational algorithms written in Python. It serves as an educational resource for students and software engineers to study core computer science concepts through practical, modular code examples. The project focuses on the construction of essential data structures, including trees, heaps, stacks, and tries, alongside standard algorithms for searching, sorting, and graph traversal. By utilizing language-idiomatic data modeling and standardized interface designs, the implementations provide a con

    Employs consistent method signatures across different implementations to allow for interchangeable usage and predictable interaction.

    Python
    GitHub पर देखें↗3,085
  1. Home
  2. Software Engineering & Architecture
  3. PHP Design Pattern Implementations

सब-टैग एक्सप्लोर करें

  • Architecture ReferencesReference materials for structuring complex software systems using specific architectural constraints. **Distinct from PHP Design Pattern Implementations:** Provides a high-level reference for system structure rather than a specific pattern implementation
  • Class Design Standards10 सब-टैग्सGuidelines for structuring classes with a focus on encapsulation and responsibility separation. **Distinct from PHP Design Pattern Implementations:** Focuses on internal class design and encapsulation standards rather than implementing specific external design patterns