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
·
Back to phpactor/phpactor

Open-source alternatives to Phpactor

26 open-source projects similar to phpactor/phpactor, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Phpactor alternative.

  • sveltejs/language-toolsAvatar von sveltejs

    sveltejs/language-tools

    1,431Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,431
  • rrrene/credoAvatar von rrrene

    rrrene/credo

    5,193Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,193
  • microsoft/vscode-goAvatar von microsoft

    microsoft/vscode-go

    5,897Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,897

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • pycqa/pylintAvatar von PyCQA

    PyCQA/pylint

    5,685Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,685
  • devster/ubenchAvatar von devster

    devster/ubench

    564Auf GitHub ansehen↗

    Micro PHP benchmark library

    PHP
    Auf GitHub ansehen↗564
  • dotnet/roslyn-analyzersAvatar von dotnet

    dotnet/roslyn-analyzers

    1,671Auf GitHub ansehen↗

    The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

    hacktoberfest
    Auf GitHub ansehen↗1,671
  • dotnetanalyzers/stylecopanalyzersAvatar von DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Auf GitHub ansehen↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Auf GitHub ansehen↗2,848
  • edgedesigncz/phpqaAvatar von EdgedesignCZ

    EdgedesignCZ/phpqa

    563Auf GitHub ansehen↗

    Analyze PHP code with one command

    XSLT
    Auf GitHub ansehen↗563
  • editorconfig-checker/editorconfig-checker.phpAvatar von editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74Auf GitHub ansehen↗

    A tool to verify that your files are in harmony with your .editorconfig

    PHP
    Auf GitHub ansehen↗74
  • icsharpcode/refactoringessentialsAvatar von icsharpcode

    icsharpcode/RefactoringEssentials

    634Auf GitHub ansehen↗

    Refactoring Essentials for Visual Studio

    C#
    Auf GitHub ansehen↗634
  • josefpihrt/roslynatorAvatar von JosefPihrt

    JosefPihrt/Roslynator

    3,436Auf GitHub ansehen↗

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

    C#
    Auf GitHub ansehen↗3,436
  • microsoft/roslynclrheapallocationanalyzerAvatar von Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654Auf GitHub ansehen↗

    NOTE This project is no longer maintained. The high impact analyzers from this repository are being merged with dotnet/roslyn-analyzers. As such, this repo was archived

    C#
    Auf GitHub ansehen↗654
  • nikic/php-parserAvatar von nikic

    nikic/PHP-Parser

    17,437Auf GitHub ansehen↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    Auf GitHub ansehen↗17,437
  • phpro/grumphpAvatar von phpro

    phpro/grumphp

    4,294Auf GitHub ansehen↗

    GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects. The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards. The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based

    PHP
    Auf GitHub ansehen↗4,294
  • povils/phpmndAvatar von povils

    povils/phpmnd

    584Auf GitHub ansehen↗

    PHP Magic Number Detector

    PHP
    Auf GitHub ansehen↗584
  • rectorphp/rectorAvatar von rectorphp

    rectorphp/rector

    10,199Auf GitHub ansehen↗

    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

    PHPastautomated-upgradesinstant-upgrades
    Auf GitHub ansehen↗10,199
  • roave/betterreflectionAvatar von Roave

    Roave/BetterReflection

    1,241Auf GitHub ansehen↗

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

    PHPhacktoberfest
    Auf GitHub ansehen↗1,241
  • sergeyteplyakov/errorprone.netAvatar von SergeyTeplyakov

    SergeyTeplyakov/ErrorProne.NET

    1,117Auf GitHub ansehen↗

    Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)

    C#
    Auf GitHub ansehen↗1,117
  • sonarsource/sonar-csharpAvatar von SonarSource

    SonarSource/sonar-csharp

    909Auf GitHub ansehen↗

    http://redirect.sonarsource.com/plugins/csharp.html

    C#
    Auf GitHub ansehen↗909
  • tom-englert/nullable.extendedAvatar von tom-englert

    tom-englert/Nullable.Extended

    59Auf GitHub ansehen↗

    Nullable reference types are a great feature introduced with C# 8.0. It really helps in writing better code.

    C#
    Auf GitHub ansehen↗59
  • tomzx/php-semver-checkerAvatar von tomzx

    tomzx/php-semver-checker

    435Auf GitHub ansehen↗

    Compares two source sets and determines the appropriate semantic versioning to apply.

    PHP
    Auf GitHub ansehen↗435
  • bkoelman/csharpguidelinesanalyzerAvatar von bkoelman

    bkoelman/CSharpGuidelinesAnalyzer

    149Auf GitHub ansehen↗

    This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at CSharpGuidelines.

    C#
    Auf GitHub ansehen↗149
  • vannevelj/vsdiagnosticsAvatar von Vannevelj

    Vannevelj/VSDiagnostics

    67Auf GitHub ansehen↗

    A collection of code-quality analyzers based on the Roslyn compiler platform. This project aims to ensure code-quality as you type it in your editor rather than having to do this as a separate build-step. By performing static analysis while you're writing code, certain convention violations and…

    C#
    Auf GitHub ansehen↗67
  • bladestan/bladestanAvatar von bladestan

    bladestan/bladestan

    368Auf GitHub ansehen↗

    PHPStan analysis for Blade templates

    PHP
    Auf GitHub ansehen↗368
  • cezarypiatek/mappinggeneratorAvatar von cezarypiatek

    cezarypiatek/MappingGenerator

    1,023Auf GitHub ansehen↗

    "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

    C#
    Auf GitHub ansehen↗1,023
  • code-cracker/code-crackerAvatar von code-cracker

    code-cracker/code-cracker

    1,149Auf GitHub ansehen↗

    An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.

    C#
    Auf GitHub ansehen↗1,149