awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • colbymchenry/codegraphAvatar von colbymchenry

    colbymchenry/codegraph

    50,154Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗50,154
  • phpstan/phpstanAvatar von phpstan

    phpstan/phpstan

    13,999Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,999
  • vaibhavpandeyvpz/apkstudioAvatar von vaibhavpandeyvpz

    vaibhavpandeyvpz/apkstudio

    3,606Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,606
  • ltsopensource/light-task-schedulerAvatar von ltsopensource

    ltsopensource/light-task-scheduler

    2,997Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,997
  1. Home
  2. Software Engineering & Architecture
  3. Framework Integration

Unter-Tags erkunden

  • 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.