awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesCodebase Modernizers

Tools that update legacy application code to leverage modern language features and runtime versions.

Distinct from PHP Application Frameworks: Distinct from PHP Application Frameworks: focuses on the automated modernization of existing code rather than the framework architecture itself.

Explore 6 awesome GitHub repositories matching programming languages & runtimes · Codebase Modernizers. Refine with filters or upvote what's useful.

Awesome Codebase Modernizers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Ver en GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Implements code improvements and dependency updates while maintaining backward compatibility and enterprise integration standards.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Ver en GitHub↗21,906
  • you-dont-need/you-dont-need-lodash-underscoreAvatar de you-dont-need

    you-dont-need/You-Dont-Need-Lodash-Underscore

    19,159Ver en GitHub↗

    This project is a dependency reduction tool and ESLint plugin designed to remove heavy utility libraries from JavaScript projects. It functions as a static analysis tool that identifies third-party library method calls and suggests native ECMAScript alternatives to decrease bundle size. The tool provides a curated replacement guide consisting of native JavaScript code snippets that replicate the behavior of common external utility functions. This allows developers to migrate older codebases to current language standards and reduce project complexity. The system integrates into the linting li

    Updates legacy codebases to leverage modern ECMAScript standards, replacing outdated helper libraries.

    JavaScriptalternativeseslint-pluginfindindex
    Ver en GitHub↗19,159
  • kriskowal/qAvatar de kriskowal

    kriskowal/q

    15,030Ver en GitHub↗

    q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive

    Converts legacy callback-style functions and Node.js APIs into modern promise-based workflows.

    JavaScript
    Ver en GitHub↗15,030
  • friendsofphp/php-cs-fixerAvatar de FriendsOfPHP

    FriendsOfPHP/PHP-CS-Fixer

    13,534Ver en GitHub↗

    PHP-CS-Fixer is a static analysis tool and code style linter designed to validate PHP code against predefined standards. It functions as a coding standard fixer that automatically detects and corrects style violations to ensure consistent formatting across a codebase. The project serves as a syntax modernizer, providing automated tools to update legacy PHP syntax to align with newer language versions. It also allows for the creation of custom style rules when built-in standards do not meet specific requirements. The tool covers broad capability areas including automated linting workflows and

    Updates legacy PHP syntax to align with newer language versions and modern standards.

    PHP
    Ver en GitHub↗13,534
  • php-cs-fixer/php-cs-fixerAvatar de PHP-CS-Fixer

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463Ver en GitHub↗

    This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP source files. It functions as a static analysis and refactoring engine that ensures consistent project-wide formatting by applying predefined community conventions or custom organizational rules. The project distinguishes itself through a modular rule-based engine that supports both automated style correction and codebase modernization. It allows developers to update legacy syntax to align with newer language versions and testing framework requirements, facilitating the adoption

    Updates legacy PHP syntax to leverage modern language features and ensure compatibility with newer runtime versions.

    PHPcode-standardscode-stylephp
    Ver en GitHub↗13,463
  • rectorphp/rectorAvatar de rectorphp

    rectorphp/rector

    10,199Ver en 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

    Updates legacy PHP codebases to leverage modern language features and runtime versions through automated refactoring.

    PHPastautomated-upgradesinstant-upgrades
    Ver en GitHub↗10,199
  1. Home
  2. Programming Languages & Runtimes
  3. Language Ecosystems and Tooling
  4. PHP Application Frameworks
  5. Codebase Modernizers

Explorar subetiquetas

  • Asynchronous API ModernizationRefactoring legacy callback-based interfaces into modern promise-based asynchronous flows. **Distinct from Codebase Modernizers:** Specifically targets the conversion of callback patterns to promises, whereas Codebase Modernizers refers to general language version updates.