awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCode Access Constraints

Rules enforcing where specific methods, properties, or functions can be accessed within a project.

Distinct from API Access Restrictions: Distinct from API/Network access restrictions: focuses on internal language-level visibility and architectural access rules.

Explore 1 awesome GitHub repository matching software engineering & architecture · Code Access Constraints. Refine with filters or upvote what's useful.

Awesome Code Access Constraints GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • phpstan/phpstanAvatar de phpstan

    phpstan/phpstan

    13,999Ver en GitHub↗

    This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code structure and type annotations to identify potential bugs, type mismatches, and logic errors without executing the application. By parsing code into an abstract syntax tree and applying a rule-based validation framework, it enforces code quality and safety standards across a project. What distinguishes this tool is its sophisticated type inference engine, which models dynamic language features, magic methods, and conditional types to maintain accuracy even in unconventional code. It

    Enforces custom constraints on where specific methods, properties, or functions can be accessed within the project.

    PHPphpphp7phpstan
    Ver en GitHub↗13,999
  1. Home
  2. Software Engineering & Architecture
  3. Code Access Constraints