awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • barryvdh/laravel-debugbarAvatar de barryvdh

    barryvdh/laravel-debugbar

    19,242Voir sur 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
    Voir sur GitHub↗19,242
  • geniusvjr/learningnotesAvatar de GeniusVJR

    GeniusVJR/LearningNotes

    13,145Voir sur GitHub↗

    LearningNotes est une base de connaissances technique et un guide d'étude d'ingénierie axé sur les internes du framework Android, l'architecture système et l'optimisation des performances mobiles. Il sert de référence pour analyser la séquence de démarrage d'Android, l'amorçage des processus et l'initialisation des services système. Le projet fournit des guides détaillés sur les performances mobiles, notamment des stratégies pour réduire les empreintes mémoire, identifier les fuites de mémoire et optimiser le décodage d'image. Il couvre en outre la communication inter-processus Android utilisant AIDL et le pilote de noyau Binder, ainsi que des manuels d'architecture logicielle pour découpler la logique métier des interfaces utilisateur via des modèles comme MVVM et MVP. Au-delà du développement mobile, le dépôt inclut une base de connaissances en informatique pour la préparation aux entretiens techniques, couvrant les structures de données, les algorithmes et les concepts de système d'exploitation. Il propose également une référence pratique pour le contrôle de version Git, détaillant la gestion des dépôts, la synchronisation et les flux de travail de branchement.

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

    Voir sur GitHub↗13,145
  • top-think/thinkAvatar de top-think

    top-think/think

    7,888Voir sur 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
    Voir sur GitHub↗7,888
  • sebastianbergmann/php-timerAvatar de sebastianbergmann

    sebastianbergmann/php-timer

    7,744Voir sur 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
    Voir sur GitHub↗7,744
  • symfony/var-dumperAvatar de symfony

    symfony/var-dumper

    7,435Voir sur 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
    Voir sur GitHub↗7,435
  • sebastianbergmann/exporterAvatar de sebastianbergmann

    sebastianbergmann/exporter

    6,822Voir sur 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
    Voir sur GitHub↗6,822
  • microsoft/vscode-recipesAvatar de microsoft

    microsoft/vscode-recipes

    5,959Voir sur GitHub↗

    vscode-recipes est une collection de modèles de configuration et de guides pour configurer les débogueurs et les environnements d'exécution au sein de VS Code. Il fournit des modèles et des plans standardisés pour connecter l'éditeur à des runtimes locaux, conteneurisés ou serverless à travers une variété de langages de programmation et de frameworks. Le projet se concentre sur la coordination de sessions de débogage simultanées à travers les processus côté client et côté serveur pour tracer la logique à travers les applications full-stack. Il offre des modèles spécifiques pour intégrer les runtimes de langage et orchestrer des configurations de développement multi-langages au sein d'une instance d'éditeur unique. Les recettes couvrent la configuration du débogage de tests automatisés pour les suites unitaires, d'intégration et de bout en bout. Elles incluent également des configurations pour le débogage de fonctions serverless et la gestion des workflows de développement pour divers langages et outils.

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

    JavaScript
    Voir sur GitHub↗5,959
  • itsgoingd/clockworkAvatar de itsgoingd

    itsgoingd/clockwork

    5,941Voir sur 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
    Voir sur GitHub↗5,941
  • hluwa/frida-dexdumpAvatar de hluwa

    hluwa/frida-dexdump

    4,487Voir sur 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
    Voir sur GitHub↗4,487
  • wemobiledev/articleAvatar de WeMobileDev

    WeMobileDev/article

    4,395Voir sur 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.

    Voir sur GitHub↗4,395
  • garylab/dnmpAvatar de garylab

    garylab/dnmp

    4,085Voir sur GitHub↗

    dnmp est un environnement de développement web conteneurisé qui provisionne une stack LNMP complète composée de Nginx, MySQL, PHP et Redis. Il sert de système de gestion pour coordonner le routage du serveur web, les versions du runtime de langage, l'administration de base de données et le provisionnement de certificats SSL au sein de conteneurs Docker. Le projet se distingue par un gestionnaire de runtime PHP complet qui permet de basculer entre plusieurs versions de langage et de gérer les extensions dans des environnements isolés. Il inclut un gestionnaire de certificats SSL automatisé qui utilise la validation webroot pour provisionner et renouveler les certificats, ainsi qu'un gestionnaire d'hôtes virtuels Nginx pour mapper plusieurs domaines personnalisés vers un seul serveur. La surface de capacités s'étend à l'administration avancée de bases de données, incluant la comparaison de schémas, le clonage et l'analyse des logs de requêtes lentes. Il fournit également des outils d'observabilité pour le profilage des performances PHP, la visualisation des graphes d'appels de méthodes et l'audit des performances des requêtes. Des utilitaires supplémentaires couvrent le chiffrement du trafic web via HTTP/2, l'aliasing de shell mappé à l'hôte pour l'exécution CLI et le déploiement de code basé sur des webhooks.

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

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

Explorer les sous-tags

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