awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesBuilder Chain Validation

Static analysis of method chains in custom query builders to ensure type safety.

Distinct from Query Builders: Distinct from Query Builders: focuses on the static validation of the builder's method chains rather than the act of building queries.

Explore 1 awesome GitHub repository matching data & databases · Builder Chain Validation. Refine with filters or upvote what's useful.

Awesome Builder Chain Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • larastan/larastanAvatar von larastan

    larastan/larastan

    6,430Auf GitHub ansehen↗

    Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in Laravel applications. It extends PHPStan to resolve framework-specific patterns and magic methods, providing a rule-based scanning engine to audit code quality without executing the application. The tool specializes in Eloquent analysis, verifying that model properties, casts, and relationships align with database schemas and migrations. It tracks types across Eloquent collections, custom builders, and model factories to ensure type safety during database operations and iterati

    Validates method chains in custom query builders to ensure type safety during database queries.

    PHP
    Auf GitHub ansehen↗6,430
  1. Home
  2. Data & Databases
  3. Query Builders
  4. Builder Chain Validation