Clockwork is a powerful PHP tool for debugging and profiling web applications, offering insights into performance and requests.
Current Version: 5.2.0
Last Updated: 2024-02-24
PHP Requirement: >=5.6
Dependencies: None
Package Description
Clockwork is a comprehensive PHP debugging and profiling library designed to enhance web application development by providing detailed insights into application performance, requests, and execution flow. With a user-friendly interface and extensive features, Clockwork simplifies the debugging and optimization process for PHP developers.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/itsgoingd/clockwork/5.2.0/loader.php';
use Clockwork\Clockwork;
use Clockwork\Support\DataSource\RequestDataSource;
use Clockwork\Support\DataSource\ServerTimingDataSource;
$obj = new Clockwork();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.