1 Repo
Execution of static analysis tools directly within the web browser environment.
Distinct from Static Analysis Tools: Focuses on the browser as the runtime environment for analysis, rather than general static analysis tools.
Explore 1 awesome GitHub repository matching development tools & productivity · Browser-Based Runtimes. Refine with filters or upvote what's useful.
Mago is a PHP static analysis tool, linter, and code formatter. It detects type errors, dead code, and logic bugs through advanced type inference and flow analysis, while providing a deterministic engine to rewrite source files according to style guides. The project distinguishes itself with a WebAssembly runtime that enables PHP analysis to execute entirely within a web browser, allowing results to be shared via URL. It also provides a minimal Dockerized toolchain distributed as a scratch image for consistent execution across different processor architectures. The toolset covers architectur
Executes PHP static analysis in the browser via WebAssembly and enables sharing results via URL.