PHPackages                             hmazter/clockwork-livewire-data-source - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. hmazter/clockwork-livewire-data-source

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

hmazter/clockwork-livewire-data-source
======================================

Laravel Livewire data source for Clockwork

0.2.1(3mo ago)114.0k↑42.8%MITPHPPHP ^8.2CI passing

Since Oct 20Pushed 3mo agoCompare

[ Source](https://github.com/hmazter/clockwork-livewire-data-source)[ Packagist](https://packagist.org/packages/hmazter/clockwork-livewire-data-source)[ RSS](/packages/hmazter-clockwork-livewire-data-source/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Laravel Livewire data source for Clockwork
==========================================

[](#laravel-livewire-data-source-for-clockwork)

Features
--------

[](#features)

### New tab with table of rendered components

[](#new-tab-with-table-of-rendered-components)

[![component list](docs/component-list.png)](docs/component-list.png)

### Livewire events added to timeline

[](#livewire-events-added-to-timeline)

[![timeline](docs/timeline.png)](docs/timeline.png)

Getting started
---------------

[](#getting-started)

1. Require the package via composer ```
    composer require --dev hmazter/clockwork-livewire-data-source
    ```
2. The service provider is automatically registered
3. You are good to go

Usage
-----

[](#usage)

Render a page containing a Livewire component, and you should see the component listed in the Clockwork UI, in the new Livewire tab. You should also see timing info about the events in the timeline, when and how long each mount/render/etc took.

### Livewire events and arguments

[](#livewire-events-and-arguments)

These are the events that Livewire dispatches and the attributes for each event

- `mount` - component, params, key, parent
- `render` - component, view, properties
- `call` - root, method, params, context, returnEarly
- `update` - component, path, value
- `hydrate` - component, memo, context
- `dehydrate` - component, context
- `destroy` - component, context
- `profile` - event, id, timings(start, finish) - (only dispatched with `app.debug = true`)

#### Loading a page with a Livewire component

[](#loading-a-page-with-a-livewire-component)

- mount
- render
- dehydrate

#### Updating a model in a Livewire component

[](#updating-a-model-in-a-livewire-component)

- hydrate
- update
- render
- dehydrate

#### Call a method on a Livewire component

[](#call-a-method-on-a-livewire-component)

- hydrate
- call
- render
- dehydrate

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance80

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~53 days

Total

3

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/408fbe555225df812e94c232dfa1efda1580cf2354f3ef293da34aa9915ba9e2?d=identicon)[hmazter](/maintainers/hmazter)

---

Top Contributors

[![hmazter](https://avatars.githubusercontent.com/u/805377?v=4)](https://github.com/hmazter "hmazter (22 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hmazter-clockwork-livewire-data-source/health.svg)

```
[![Health](https://phpackages.com/badges/hmazter-clockwork-livewire-data-source/health.svg)](https://phpackages.com/packages/hmazter-clockwork-livewire-data-source)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

573146.7M471](/packages/spatie-laravel-ignition)[spatie/laravel-ray

Easily debug Laravel apps

31738.4M2.8k](/packages/spatie-laravel-ray)[laradumps/laradumps

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

1.3k1.3M29](/packages/laradumps-laradumps)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
