awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • barryvdh/laravel-debugbarAvatar barryvdh

    barryvdh/laravel-debugbar

    19,242Vezi pe GitHub↗

    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
    Vezi pe GitHub↗19,242
  • geniusvjr/learningnotesAvatar GeniusVJR

    GeniusVJR/LearningNotes

    13,145Vezi pe GitHub↗

    LearningNotes este o bază de cunoștințe tehnice și un ghid de studiu de inginerie axat pe internele framework-ului Android, arhitectura sistemului și optimizarea performanței mobile. Servește drept referință pentru analizarea secvenței de boot Android, bootstrapping-ul proceselor și inițializarea serviciilor de sistem. Proiectul oferă ghiduri detaliate despre performanța mobilă, inclusiv strategii pentru reducerea amprentei de memorie, identificarea scurgerilor de memorie și optimizarea decodării imaginilor. Acoperă, de asemenea, comunicarea inter-proces Android folosind AIDL și driverul de kernel Binder, precum și manuale de arhitectură software pentru decuplarea logicii de business de interfețele utilizator prin tipare precum MVVM și MVP. Dincolo de dezvoltarea mobilă, repository-ul include o bază de cunoștințe de informatică pentru pregătirea interviurilor tehnice, acoperind structuri de date, algoritmi și concepte de sistem de operare. De asemenea, dispune de o referință practică pentru controlul versiunilor Git, detaliind gestionarea repository-ului, sincronizarea și fluxurile de lucru de branching.

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

    Vezi pe GitHub↗13,145
  • top-think/thinkAvatar top-think

    top-think/think

    7,888Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,888
  • sebastianbergmann/php-timerAvatar sebastianbergmann

    sebastianbergmann/php-timer

    7,744Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,744
  • symfony/var-dumperAvatar symfony

    symfony/var-dumper

    7,435Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,435
  • sebastianbergmann/exporterAvatar sebastianbergmann

    sebastianbergmann/exporter

    6,822Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,822
  • microsoft/vscode-recipesAvatar microsoft

    microsoft/vscode-recipes

    5,959Vezi pe GitHub↗

    vscode-recipes este o colecție de modele de configurare și ghiduri pentru configurarea debuggerelor și a mediilor de runtime în VS Code. Oferă șabloane și planuri standardizate pentru a conecta editorul la runtime-uri locale, containerizate sau serverless, pe o varietate de limbaje de programare și framework-uri. Proiectul se concentrează pe coordonarea sesiunilor de depanare simultane între procesele client-side și server-side pentru a urmări logica prin aplicații full-stack. Oferă modele specifice pentru integrarea runtime-urilor de limbaj și orchestrarea configurărilor de dezvoltare multi-limbaj într-o singură instanță de editor. Rețetele acoperă configurarea depanării testelor automate pentru suite unitare, de integrare și end-to-end. Include, de asemenea, configurări pentru depanarea funcțiilor serverless și gestionarea fluxurilor de lucru de dezvoltare pentru diverse limbaje și instrumente.

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

    JavaScript
    Vezi pe GitHub↗5,959
  • itsgoingd/clockworkAvatar itsgoingd

    itsgoingd/clockwork

    5,941Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,941
  • hluwa/frida-dexdumpAvatar hluwa

    hluwa/frida-dexdump

    4,487Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,487
  • wemobiledev/articleAvatar WeMobileDev

    WeMobileDev/article

    4,395Vezi pe GitHub↗

    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.

    Vezi pe GitHub↗4,395
  • garylab/dnmpAvatar garylab

    garylab/dnmp

    4,085Vezi pe GitHub↗

    dnmp is a containerized web development environment that provisions a full LNMP stack consisting of Nginx, MySQL, PHP, and Redis. It serves as a management system for coordinating web server routing, language runtime versions, database administration, and SSL certificate provisioning within Docker containers. The project distinguishes itself through a comprehensive PHP runtime manager that allows for switching between multiple language versions and managing extensions in isolated environments. It includes an automated SSL certificate manager that uses webroot validation to provision and renew

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

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

Explorează sub-etichetele

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