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)211MITPHPPHP ^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 3w 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 35% 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

1714d 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

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4911.6M11](/packages/leandrocfe-filament-apex-charts)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M244](/packages/filament-support)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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