awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
itsgoingd avatar

itsgoingd/clockwork

0
View on GitHub↗
5,941 स्टार्स·335 फोर्क्स·PHP·MIT·3 व्यूज़underground.works/clockwork↗

Clockwork

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 values while displaying interactive object trees with stack traces. Clockwork integrates with Xdebug for detailed performance profiling and collects browser navigation timings and Web Vitals to merge with server-side data for full-stack debugging.

Collaborative debugging is supported through a share service that uploads serialized debug data and generates public URLs for team review. The tool transmits data as structured JSON between the server-side collector and browser client, and includes a code execution profiler that measures runtime of code blocks with named timeline events.

Features

  • Runtime Debugging Tools - Inspecting and analyzing PHP application runtime data including performance metrics, logs, database queries, and stack traces during development.
  • Application Runtime Data Loggers - Collects and stores runtime data including performance metrics, logs, database queries, and stack traces.
  • Code Execution Profilers - Measures and visualizes runtime of code blocks with named events and start/end markers on a timeline.
  • PHP Runtime Data Collectors - Captures and stores runtime data such as logs, variables, and Xdebug profiles for real-time review in a browser-based interface.
  • Inline Expression Debugging - Provides a function that logs its argument and returns it, enabling debugging without breaking expression chains.
  • Inline Expression Tracing - Logs and inspects variables directly in PHP code using helper functions that return values while displaying interactive object trees with stack traces.
  • Multi-Channel Runtime Inspectors - Collects and displays request data, performance metrics, logs, database queries, and events for HTTP requests, commands, queue jobs, and tests.
  • Multi-Context Request Profilers - Collects and visualizes detailed performance timelines, database queries, and stack traces for HTTP requests, commands, and queue jobs.
  • Framework Debugging Toolbars - Provides a client-side rendered toolbar showing request information and linking to the full debug interface.
  • Client Side Rendering - Renders the debug toolbar and full interface in the browser using JavaScript, processing JSON data into interactive visualizations.
  • Application Performance Timelines - Presents a searchable timeline of application execution events, including custom profiling markers and client-side Web Vitals.
  • Performance Timeline Recorders - Records and organizes runtime events with start/end markers into a chronological timeline for performance profiling.
  • Application Performance Timelines - Presents a searchable visual timeline of all collected runtime data including custom profiling events.
  • Multi-Channel Request Profilers - Monitors HTTP requests, commands, queue jobs, and tests with detailed timing, performance timelines, and Xdebug profiling integration.
  • Debug Data Inspectors - Provides a browser-based web interface for inspecting collected request and performance data.
  • Runtime Data Interceptors - Intercepts HTTP requests, commands, queue jobs, and tests via middleware to capture runtime data without modifying application code.
  • Debugging Session Sharing - Uploads serialized debug data to an external service and returns a public URL for collaborative debugging sessions.
  • Browser Performance Collectors - Collects browser navigation timings and Web Vitals to complement server-side performance data for full-stack debugging.
  • Inline Debugging Loggers - Ships an inline variable logging helper that returns its argument for debugging in expressions.
  • Debugger Profiling Controllers - Controls Xdebug profiling sessions programmatically, toggling and retrieving detailed performance profiles from the debugger.
  • Outgoing Request Monitors - Displays outgoing HTTP request details with timing and response data alongside server-side debug information.
  • Arbitrary Data Type Loggers - Ships a helper function that logs any data type and returns it for inline debugging.
  • Browser Navigation Timings Collectors - Collects browser navigation timings and Web Vitals to complement server-side performance data for full-stack debugging.
  • HTTP Client Monitoring - Captures and displays outgoing HTTP request details with timing and response data.
  • Xdebug Profilers - Integrates with Xdebug to toggle and view detailed performance profiles from the development interface.
  • Testing and Debugging - Profiles and debugs applications via browser integration.

स्टार हिस्ट्री

itsgoingd/clockwork के लिए स्टार हिस्ट्री चार्टitsgoingd/clockwork के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Clockwork के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Clockwork के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • php-debugbar/php-debugbarphp-debugbar का अवतार

    php-debugbar/php-debugbar

    4,388GitHub पर देखें↗

    This project is a PHP debugging toolbar and runtime inspector that provides a browser-based interface for monitoring system metrics, memory usage, and execution time during web development. It functions as an application performance monitor and diagnostic tool, capturing real-time data and application state to visualize the PHP execution lifecycle. The tool distinguishes itself through its ability to persist debug data across multiple requests, allowing for request history tracking and the archival of previous sessions. It supports the inspection of AJAX requests and manages data persistence

    PHP
    GitHub पर देखें↗4,388
  • barryvdh/laravel-debugbarbarryvdh का अवतार

    barryvdh/laravel-debugbar

    19,242GitHub पर देखें↗

    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

    PHP
    GitHub पर देखें↗19,242
  • laravel/telescopelaravel का अवतार

    laravel/telescope

    5,193GitHub पर देखें↗

    Telescope is a debugging dashboard and development tool for Laravel applications that provides a web interface for monitoring requests, exceptions, database queries, and logs. It functions as a PHP application monitor and diagnostic assistant, tracing the execution lifecycle of the system to identify and resolve bugs. The tool distinguishes itself by offering specialized profilers for SQL queries and Redis commands, alongside an in-browser preview system for outgoing emails. It also includes a dedicated auditing system for console commands and authorization gate checks to verify permission lo

    PHP
    GitHub पर देखें↗5,193
  • fruitcake/laravel-debugbarfruitcake का अवतार

    fruitcake/laravel-debugbar

    19,243GitHub पर देखें↗

    Laravel Debugbar is a diagnostic utility and development toolbar designed for the Laravel framework. It functions as an application profiler that monitors runtime performance, memory usage, and database queries to assist in identifying bottlenecks during the development process. The tool integrates directly into the browser, providing a visual interface that displays request data, application state, and performance metrics. By utilizing a collector-based architecture, it aggregates information from various internal framework events and middleware, allowing developers to inspect the applicatio

    PHPdebugbardeveloper-toolhacktoberfest
    GitHub पर देखें↗19,243
Clockwork के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

itsgoingd/clockwork क्या करता है?

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.

itsgoingd/clockwork की मुख्य विशेषताएं क्या हैं?

itsgoingd/clockwork की मुख्य विशेषताएं हैं: Runtime Debugging Tools, Application Runtime Data Loggers, Code Execution Profilers, PHP Runtime Data Collectors, Inline Expression Debugging, Inline Expression Tracing, Multi-Channel Runtime Inspectors, Multi-Context Request Profilers।

itsgoingd/clockwork के कुछ ओपन-सोर्स विकल्प क्या हैं?

itsgoingd/clockwork के ओपन-सोर्स विकल्पों में शामिल हैं: php-debugbar/php-debugbar — This project is a PHP debugging toolbar and runtime inspector that provides a browser-based interface for monitoring… barryvdh/laravel-debugbar — Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface… laravel/telescope — Telescope is a debugging dashboard and development tool for Laravel applications that provides a web interface for… django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… fruitcake/laravel-debugbar — Laravel Debugbar is a diagnostic utility and development toolbar designed for the Laravel framework. It functions as… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional…