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
·
Roave avatar

Roave/BetterReflection

0
View on GitHub↗
1,241 estrellas·137 forks·PHP·MIT·2 vistas

BetterReflection

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.

Features

  • Code Analysis and Refactoring - Allows runtime analysis and manipulation of code structures.

Historial de estrellas

Gráfico del historial de estrellas de roave/betterreflectionGráfico del historial de estrellas de roave/betterreflection

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a BetterReflection

Proyectos open-source similares, clasificados según cuántas características comparten con BetterReflection.
  • pycqa/pylintAvatar de PyCQA

    PyCQA/pylint

    5,685Ver en GitHub↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    Ver en GitHub↗5,685
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Ver en GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Ver en GitHub↗5,193
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Ver en GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    Ver en GitHub↗5,897
  • sveltejs/language-toolsAvatar de sveltejs

    sveltejs/language-tools

    1,431Ver en GitHub↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    Ver en GitHub↗1,431
Ver las 26 alternativas a BetterReflection→

Preguntas frecuentes

¿Qué hace roave/betterreflection?

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.

¿Cuáles son las características principales de roave/betterreflection?

Las características principales de roave/betterreflection son: Code Analysis and Refactoring.

¿Qué alternativas de código abierto existen para roave/betterreflection?

Las alternativas de código abierto para roave/betterreflection incluyen: rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… sveltejs/language-tools — This project is a language server implementation and code editor extension designed to provide intelligence for Svelte… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… dotnet/roslyn-analyzers — The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and… cezarypiatek/mappinggenerator — "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more…