awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesFramework Integration

Extends static analysis capabilities to recognize and validate framework-specific patterns, dependency injection, and dynamic class behaviors.

Distinguishing note: Focuses on framework-specific static analysis integration.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Framework Integration. Refine with filters or upvote what's useful.

Awesome Framework Integration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • colbymchenry/codegraphAvatar colbymchenry

    colbymchenry/codegraph

    50,154Vezi pe GitHub↗

    Codegraph is a local codebase indexer and static analysis graph database that serves as a context provider for AI agents. It parses multiple programming languages into a searchable knowledge graph of symbols and dependencies, exposing these relationships to AI tools through the Model Context Protocol. The project distinguishes itself by aggregating relevant code snippets and symbol flows to reduce token usage for large language models. It automates the configuration of server settings and steering instructions across various AI agent platforms and command line editors to enable automatic code

    Maps indirect calls and routes by applying heuristic patterns for specific software frameworks.

    TypeScript
    Vezi pe GitHub↗50,154
  • phpstan/phpstanAvatar phpstan

    phpstan/phpstan

    13,999Vezi pe GitHub↗

    This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code structure and type annotations to identify potential bugs, type mismatches, and logic errors without executing the application. By parsing code into an abstract syntax tree and applying a rule-based validation framework, it enforces code quality and safety standards across a project. What distinguishes this tool is its sophisticated type inference engine, which models dynamic language features, magic methods, and conditional types to maintain accuracy even in unconventional code. It

    Recognizes and validates framework-specific patterns, dependency injection, and dynamic class behaviors in PHP projects.

    PHPphpphp7phpstan
    Vezi pe GitHub↗13,999
  • vaibhavpandeyvpz/apkstudioAvatar vaibhavpandeyvpz

    vaibhavpandeyvpz/apkstudio

    3,606Vezi pe GitHub↗

    Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati

    Supports the import of manufacturer-specific framework files to ensure accurate decompilation of vendor-modified applications.

    C++androidandroid-decompilerapk-decompiler
    Vezi pe GitHub↗3,606
  • ltsopensource/light-task-schedulerAvatar ltsopensource

    ltsopensource/light-task-scheduler

    2,997Vezi pe GitHub↗

    Light Task Scheduler is a distributed job scheduling and workflow orchestration platform designed for managing background processing across scalable computing environments. It functions as a cluster management system that coordinates stateless nodes to execute recurring, cron-based, or one-time tasks with centralized control and high availability. The platform distinguishes itself through a leader-based coordination model that automatically elects a primary controller to manage task distribution and system state. It supports complex workflow dependencies, ensuring that prerequisite tasks comp

    Integrates with dependency injection containers to simplify job configuration and framework-native task management.

    Javajavaltsspi
    Vezi pe GitHub↗2,997
  1. Home
  2. Software Engineering & Architecture
  3. Framework Integration

Explorează sub-etichetele

  • Android Vendor FrameworksIntegration of manufacturer-specific framework files to resolve resource references during decompilation. **Distinct from Framework Integration:** Distinct from general framework integration by focusing specifically on manufacturer-modified Android binary resources.