awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesReflection Abstraction Layers

Common layers that decouple code analysis tools from specific reflection implementations.

Distinct from Code Analysis Tools: Distinct from Code Analysis Tools: focuses on the abstraction layer that enables tools, rather than the tool itself.

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

Awesome Reflection Abstraction Layers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • phpdocumentor/reflectioncommonAvatar de phpDocumentor

    phpDocumentor/ReflectionCommon

    9,058Voir sur 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

    Implements a common layer that decouples code analysis tools from specific PHP reflection implementations.

    PHPhacktoberfest
    Voir sur GitHub↗9,058
  1. Home
  2. Software Engineering & Architecture
  3. Code Analysis Tools
  4. Reflection Abstraction Layers