2 مستودعات
Scripts executed prior to static analysis to initialize environment constants and autoloading logic.
Distinguishing note: Nothing in the shortlist relates to pre-analysis environment initialization for static analysis tools.
Explore 2 awesome GitHub repositories matching development tools & productivity · Analysis Bootstrap Scripts. Refine with filters or upvote what's useful.
PHP_CodeSniffer is a static analysis tool, coding standard linter, and command-line validator for PHP. It scans files and directories to detect and report formatting errors and language-specific coding violations without executing the code. The project functions as an automated code formatter capable of correcting detected style and formatting violations to bring source code into compliance with defined standards. It uses token-based lexical analysis to match code patterns against rule sets, ensuring consistency across a codebase. The tool provides comprehensive capabilities for recursive fi
Executes custom scripts prior to static analysis to initialize environment constants and autoloading logic.
Rector is an automated PHP refactoring and modernization tool designed to upgrade language versions and modernize syntax using predefined rules. It functions as a static analysis engine that inspects code structures and types to identify refactoring targets without executing the code. The project provides a framework for defining custom transformation logic to automate project-specific changes. It distinguishes itself by offering specialized capabilities for migrating legacy or custom frameworks to modern alternatives and converting docblock annotations into native language attributes. The s
Supports loading global constants and custom autoloading logic via bootstrap files before analysis begins.