PHPackages                             mrbohem/screen-tracker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mrbohem/screen-tracker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mrbohem/screen-tracker
======================

Laravel Livewire package for clone screen with the help of websocket

v0.0.24(4y ago)311MITPHPPHP ^8.0

Since Oct 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mrbohem/screen-tracker)[ Packagist](https://packagist.org/packages/mrbohem/screen-tracker)[ Docs](https://github.com/mrbohem/screen-tracker)[ GitHub Sponsors](https://github.com/mrbohem)[ RSS](/packages/mrbohem-screen-tracker/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (7)Dependencies (10)Versions (25)Used By (0)

screen-tracker
==============

[](#screen-tracker)

This is a Laravel Livewire package. It allow you to see what users are doing on their screen.

[![Screen Tracker](https://github.com/mrbohem/screen-tracker/raw/main/screenTracker.gif)](https://github.com/mrbohem/screen-tracker/blob/main/screenTracker.gif)

Installation
============

[](#installation)

```
 composer require mrbohem/screen-tracker

```

Add Blade directives before the end body tag in your template.

```

```

Publish Config File

```
php artisan vendor:publish --force --tag=screen-tracker-config

```

Publish Frontend Assets

```
php artisan vendor:publish --force --tag=screen-tracker-views

```

To keep the assets up-to-date and avoid issues in future updates, we highly recommend adding the command to the post-autoload-dump scripts in your composer.json file:

```
{
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi",
            "@php artisan vendor:publish --force --tag=livewire:assets --ansi",
            "@php artisan vendor:publish --force --tag=screen-tracker-config --ansi",
            "@php artisan vendor:publish --force --tag=screen-tracker-views --ansi"
        ]
    }
}

```

Usage
=====

[](#usage)

Call Trait in which component you want to monitor.

```
use Mrbohem\ScreenTracker\Traits\ScreenTrackerable;
...
use ScreenTrackerable;

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

24

Last Release

1668d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48591126?v=4)[Shivam Upadhyay](/maintainers/mrbohem)[@mrbohem](https://github.com/mrbohem)

---

Top Contributors

[![mrbohem](https://avatars.githubusercontent.com/u/48591126?v=4)](https://github.com/mrbohem "mrbohem (21 commits)")

---

Tags

laravelmrbohemscreen-tracker

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mrbohem-screen-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/mrbohem-screen-tracker/health.svg)](https://phpackages.com/packages/mrbohem-screen-tracker)
```

###  Alternatives

[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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