awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

11 Repos

Awesome GitHub RepositoriesPHP Application Profilers

Toolkits specifically designed to measure execution time and memory usage for PHP runtimes.

Distinct from PHP Application Frameworks: Shortlist contains frameworks or installation tools, not actual performance profiling toolkits

Explore 11 awesome GitHub repositories matching development tools & productivity · PHP Application Profilers. Refine with filters or upvote what's useful.

Awesome PHP Application Profilers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • barryvdh/laravel-debugbarAvatar von barryvdh

    barryvdh/laravel-debugbar

    19,242Auf GitHub ansehen↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    Measures execution time and memory usage to identify bottlenecks in PHP request lifecycles.

    PHP
    Auf GitHub ansehen↗19,242
  • geniusvjr/learningnotesAvatar von GeniusVJR

    GeniusVJR/LearningNotes

    13,145Auf GitHub ansehen↗

    LearningNotes ist eine technische Wissensdatenbank und ein Engineering-Studienleitfaden, der sich auf Android-Framework-Interna, Systemarchitektur und mobile Leistungsoptimierung konzentriert. Er dient als Referenz für die Analyse der Android-Boot-Sequenz, des Prozess-Bootstrappings und der Initialisierung von Systemdiensten. Das Projekt bietet detaillierte Anleitungen zur mobilen Leistung, einschließlich Strategien zur Reduzierung von Speicher-Footprints, zur Identifizierung von Speicherlecks und zur Optimierung der Bilddekodierung. Es deckt zudem die Android-Inter-Prozess-Kommunikation mittels AIDL und dem Binder-Kernel-Treiber ab sowie Softwarearchitektur-Handbücher zur Entkopplung von Geschäftslogik von Benutzeroberflächen durch Muster wie MVVM und MVP. Über die mobile Entwicklung hinaus enthält das Repository eine Informatik-Wissensdatenbank zur Vorbereitung auf technische Vorstellungsgespräche, die Datenstrukturen, Algorithmen und Betriebssystemkonzepte abdeckt. Es bietet zudem eine praktische Referenz für die Git-Versionskontrolle, die Repository-Management, Synchronisierung und Branching-Workflows detailliert beschreibt.

    Analyzes Android runtime execution by comparing compilation methods and evaluating trade-offs in memory and performance.

    Auf GitHub ansehen↗13,145
  • top-think/thinkAvatar von top-think

    top-think/think

    7,888Auf GitHub ansehen↗

    Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components. The project includes a remote application debugger that allows for the inspection of internal state and variables from an external environment. It implements a model-view-controller architecture to separate application logic and data from the user interface. This includes a request pipeline for routing and middlewa

    Includes a remote debugger to inspect internal application state and variables from an external environment.

    PHPframeworkormroute
    Auf GitHub ansehen↗7,888
  • sebastianbergmann/php-timerAvatar von sebastianbergmann

    sebastianbergmann/php-timer

    7,744Auf GitHub ansehen↗

    php-timer is a set of utilities for measuring, tracking, and formatting the execution duration and memory consumption of PHP code segments. It functions as an execution timer and performance profiling utility to analyze resource consumption. The project provides capabilities to track the duration between start and stop triggers in seconds, milliseconds, or nanoseconds. It also includes a resource usage tracker that converts raw execution timestamps and memory bytes into human-readable text strings for reporting. The tool covers performance profiling, resource monitoring, and request duration

    Provides a toolkit for measuring execution time and memory usage specifically for PHP runtimes.

    PHP
    Auf GitHub ansehen↗7,744
  • symfony/var-dumperAvatar von symfony

    symfony/var-dumper

    7,435Auf GitHub ansehen↗

    This project is a PHP data inspector and variable renderer designed to visualize complex data structures in a human-readable format during development. It functions as a debugging tool that converts internal PHP variables into formatted text for analysis of property values and internal states. The tool provides custom data visualization by transforming raw PHP data into tailored styles. It allows for the routing of dump output to different destinations, including web browsers and command line interfaces. The system handles variable debugging by inspecting object properties and resource state

    Analyzes internal object properties and resource states in real time to diagnose unexpected behavior in running applications.

    PHP
    Auf GitHub ansehen↗7,435
  • sebastianbergmann/exporterAvatar von sebastianbergmann

    sebastianbergmann/exporter

    6,822Auf GitHub ansehen↗

    This project is a PHP variable export library designed to convert complex data structures and internal memory states into human-readable strings. It functions as a debugging tool that transforms variables and object hierarchies into formatted text for state inspection and troubleshooting. The system prevents output clutter by creating compact string representations of data types and circular references. It employs recursive traversal with depth limiting and circular reference detection to ensure that complex hierarchies are visualized without causing infinite loops. The library covers a broa

    Transforms internal variable states and object hierarchies into formatted text to facilitate PHP troubleshooting.

    PHP
    Auf GitHub ansehen↗6,822
  • microsoft/vscode-recipesAvatar von microsoft

    microsoft/vscode-recipes

    5,959Auf GitHub ansehen↗

    vscode-recipes ist eine Sammlung von Konfigurationsmustern und Leitfäden für die Einrichtung von Debuggern und Laufzeitumgebungen innerhalb von VS Code. Sie bietet standardisierte Vorlagen und Blaupausen, um den Editor mit lokalen, containerisierten oder serverlosen Laufzeiten über eine Vielzahl von Programmiersprachen und Frameworks hinweg zu verbinden. Das Projekt konzentriert sich auf die Koordinierung gleichzeitiger Debugging-Sitzungen über Client-seitige und Server-seitige Prozesse hinweg, um Logik durch Full-Stack-Anwendungen hindurch zu verfolgen. Es bietet spezifische Muster für die Integration von Sprachlaufzeiten und die Orchestrierung mehrsprachiger Entwicklungseinrichtungen innerhalb einer einzigen Editor-Instanz. Die Rezepte decken die Konfiguration des automatisierten Test-Debuggings für Unit-, Integrations- und End-to-End-Suiten ab. Zudem enthalten sie Setups für das Debuggen serverloser Funktionen und die Verwaltung von Entwicklungs-Workflows für verschiedene Sprachen und Tools.

    Configures the connection between the editor and PHP runtime extensions for state inspection.

    JavaScript
    Auf GitHub ansehen↗5,959
  • itsgoingd/clockworkAvatar von itsgoingd

    itsgoingd/clockwork

    5,941Auf GitHub ansehen↗

    Clockwork is a PHP development debugging tool that collects and displays runtime data from server-side middleware in a browser-based interface. It captures request details, performance metrics, logs, database queries, and stack traces for HTTP requests, commands, queue jobs, and tests without requiring modifications to application code. The tool provides a client-side rendered toolbar and full web interface for inspecting collected data, including a searchable performance timeline viewer, an HTTP request monitor with timing and response details, and inline variable logging helpers that return

    Collects and visualizes detailed performance timelines, database queries, and stack traces for HTTP requests, commands, and queue jobs.

    PHP
    Auf GitHub ansehen↗5,941
  • hluwa/frida-dexdumpAvatar von hluwa

    hluwa/frida-dexdump

    4,487Auf GitHub ansehen↗

    frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system. The tool distinguishes itself through its ability to repair corrupted or missing DEX file headers using heuristic analysis and fuzzy matching techniques. It employs fuzzy boundary detection to identify DEX file boundaries in memory even when headers are dama

    A dynamic instrumentation tool that inspects Android process memory and reconstructs executable binary blobs.

    Python
    Auf GitHub ansehen↗4,487
  • wemobiledev/articleAvatar von WeMobileDev

    WeMobileDev/article

    4,395Auf GitHub ansehen↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Analyzes how Android's hybrid runtime affects hotfix patches that replace classes at runtime.

    Auf GitHub ansehen↗4,395
  • garylab/dnmpAvatar von garylab

    garylab/dnmp

    4,085Auf GitHub ansehen↗

    dnmp ist eine containerisierte Web-Entwicklungsumgebung, die einen vollständigen LNMP-Stack bestehend aus Nginx, MySQL, PHP und Redis bereitstellt. Es dient als Managementsystem zur Koordinierung von Webserver-Routing, Sprach-Runtime-Versionen, Datenbankverwaltung und SSL-Zertifikatsbereitstellung innerhalb von Docker-Containern. Das Projekt zeichnet sich durch einen umfassenden PHP-Runtime-Manager aus, der den Wechsel zwischen mehreren Sprachversionen und die Verwaltung von Erweiterungen in isolierten Umgebungen ermöglicht. Es enthält einen automatisierten SSL-Zertifikatsmanager, der Webroot-Validierung zur Bereitstellung und Erneuerung von Zertifikaten nutzt, sowie einen Nginx-Virtual-Host-Manager für das Mapping mehrerer benutzerdefinierter Domains auf einen einzelnen Server. Der Funktionsumfang erstreckt sich auf fortgeschrittene Datenbankverwaltung, einschließlich Schemavergleich, Klonen und Analyse von Slow-Query-Logs. Zudem bietet es Observability-Tools für PHP-Performance-Profiling, Visualisierung von Methoden-Callgraphs und Auditierung der Abfrageleistung. Zusätzliche Dienstprogramme decken Web-Traffic-Verschlüsselung via HTTP/2, host-gemapptes Shell-Aliasing für die CLI-Ausführung und Webhook-basiertes Code-Deployment ab.

    Provides a profiling system to capture PHP execution data and memory usage via URL parameters or cookies.

    Shelldockerlnmplnmp-dockerfile
    Auf GitHub ansehen↗4,085
  1. Home
  2. Development Tools & Productivity
  3. PHP Application Profilers

Unter-Tags erkunden

  • Multi-Context Request ProfilersCollects and visualizes detailed performance timelines, database queries, and stack traces for HTTP requests, commands, and queue jobs. **Distinct from PHP Application Profilers:** Distinct from PHP Application Profilers: extends profiling beyond HTTP requests to include commands and queue jobs.
  • PHP DebuggersTools for inspecting the state and variables of PHP applications during execution. **Distinct from PHP Application Profilers:** Focuses on state inspection and variable debugging specifically for PHP, unlike general performance profilers.
  • Runtime State Analyzers1 Sub-TagTools for analyzing object properties and resource states in real time to diagnose unexpected application behavior. **Distinct from PHP Application Profilers:** Distinct from Profilers by focusing on state and property inspection rather than execution time and memory usage.