awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
carlosas avatar

carlosas/phpat

0
View on GitHub↗
1,264 stars·62 forks·PHP·MIT·9 viewsphpat.dev↗

Phpat

Features

  • Static Analysis - Tests architectural constraints within the codebase.
  • Static Analysis Tools - Architecture testing tool for PHP.

Star history

Star history chart for carlosas/phpatStar history chart for carlosas/phpat

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Phpat

These projects share indexed features with Phpat. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • larastan/larastanlarastan avatar

    larastan/larastan

    6,430View on GitHub↗

    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

    PHP
    View on GitHub↗6,430
  • nasa-sw-vnv/ikosNASA-SW-VnV avatar

    NASA-SW-VnV/ikos

    3,115View on GitHub↗

    Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors and runtime errors in C and C++ source code. It functions as an abstract interpretation tool that approximates program execution to identify potential crashes and software defects. The system utilizes a compiler front-end to translate source code into a specialized abstract representation. This process decouples language parsing from the analysis logic, allowing the framework to perform deep program analysis via a formal verification system. The toolkit covers several analys

    C++abstract-interpretationprogram-analysissoftware-verification
    View on GitHub↗3,115
  • cpplint/cpplintcpplint avatar

    cpplint/cpplint

    1,821View on GitHub↗

    Static code checker for C++

    Pythoncpplintlinter
    View on GitHub↗1,821
  • phan/phanphan avatar

    phan/phan

    5,617View on GitHub↗

    Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing the code. It serves as a quality gate for continuous integration pipelines and a tool for verifying type safety, specifically checking union types, generics, and array shapes. The project is distinguished by its use of a background daemon and Language Server Protocol implementation, which provide real-time diagnostics and navigation within editors. It also features a baseline-based suppression system that allows developers to record existing errors in a snapshot file to focus e

    PHP
    View on GitHub↗5,617
Compare all 30 related projects→

Frequently asked questions

What are the main features of carlosas/phpat?

The main features of carlosas/phpat are: Static Analysis, Static Analysis Tools.

Which projects share features with carlosas/phpat?

Projects with overlapping indexed features include: nasa-sw-vnv/ikos — Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors… phan/phan — Phan is a static analyzer and type checker for PHP that identifies bugs and type incompatibilities without executing… cpplint/cpplint — Static code checker for C++. larastan/larastan — Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.