awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesReflection Interface Contracts

Strict sets of interface requirements that ensure consistent behavior across different reflection providers.

Distinct from Interface-Driven Design Patterns: Distinct from Interface-Driven Design Patterns: focuses specifically on the consistency of reflection providers rather than general structural patterns.

Explore 1 awesome GitHub repository matching software engineering & architecture · Reflection Interface Contracts. Refine with filters or upvote what's useful.

Awesome Reflection Interface Contracts GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • phpdocumentor/reflectioncommonphpDocumentor 的头像

    phpDocumentor/ReflectionCommon

    9,058在 GitHub 上查看↗

    ReflectionCommon is a PHP reflection interface library and code analysis abstraction. It serves as a foundation for static analysis by providing a shared specification for representing classes, methods, and properties during programmatic code inspection. The project standardizes the reflection API to decouple analysis tools from specific PHP reflection implementations. This ensures that different analysis implementations can work interchangeably through a consistent layer of interfaces. The library covers the domain of PHP code analysis and static analysis tooling, establishing a common way

    Enforces a strict set of interface requirements to ensure consistent behavior across different reflection providers.

    PHPhacktoberfest
    在 GitHub 上查看↗9,058
  1. Home
  2. Software Engineering & Architecture
  3. Interface-Driven Design Patterns
  4. Reflection Interface Contracts