awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAnalysis Bootstrap Scripts

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.

Awesome Analysis Bootstrap Scripts GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • squizlabs/php_codesniffersquizlabs 的头像

    squizlabs/PHP_CodeSniffer

    10,771在 GitHub 上查看↗

    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.

    PHPautomationclicoding-standards
    在 GitHub 上查看↗10,771
  • rectorphp/rectorrectorphp 的头像

    rectorphp/rector

    10,199在 GitHub 上查看↗

    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.

    PHPastautomated-upgradesinstant-upgrades
    在 GitHub 上查看↗10,199
  1. Home
  2. Development Tools & Productivity
  3. Analysis Bootstrap Scripts