PHPackages                             nextbuild/activity-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. nextbuild/activity-tracker

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

nextbuild/activity-tracker
==========================

A Laravel package for tracking user activity

v0.0.5(1y ago)9241MITPHPPHP ^8.0

Since Oct 1Pushed 1y agoCompare

[ Source](https://github.com/next-build/activity-tracker)[ Packagist](https://packagist.org/packages/nextbuild/activity-tracker)[ RSS](/packages/nextbuild-activity-tracker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

Activity Tracker
Laravel package for tracking user activity
===========================================================

[](#activity-trackerlaravel-package-for-tracking-user-activity)

 [Documentation](#) | [Features](#features) | [Installation](#installation) | [Troubleshooting](#troubleshooting) | [Credits](#credits)

[![Packagist](https://camo.githubusercontent.com/e30005a16db434ac76420839b211d6a753f0eb162efd99ec5b28657944a27909/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6578746275696c642f61637469766974792d747261636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nextbuild/activity-tracker)[![Laravel Version](https://camo.githubusercontent.com/3c845acf050e00a9d9eb02e81f4582a52df854a05ea2a04ac5ec5ff5b4458322/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d382e782c253230392e782c25323031302e782c25323031312e782d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nextbuild/activity-tracker)

[![activity-tracker-banner](https://camo.githubusercontent.com/68a901c46b364f29573e4c7357a9a82b499869ab1b401ea82aa1b6e0c4139cf2/68747470733a2f2f696d672e706c6179626f6f6b2e636f6d2f725f4630703866474e346c4c4c374a4e694863325232547934576479634c62526f626c575332344d2d6e632f5a334d364c79397762474635596d39762f6179316863334e6c64484d74634856692f62476c6a4c7a5577597a526c5a4749302f4c544d354e444d744e44646c4e7931692f597a426c4c5749314d7a55784e6a49352f5954646c4d41)](https://camo.githubusercontent.com/68a901c46b364f29573e4c7357a9a82b499869ab1b401ea82aa1b6e0c4139cf2/68747470733a2f2f696d672e706c6179626f6f6b2e636f6d2f725f4630703866474e346c4c4c374a4e694863325232547934576479634c62526f626c575332344d2d6e632f5a334d364c79397762474635596d39762f6179316863334e6c64484d74634856692f62476c6a4c7a5577597a526c5a4749302f4c544d354e444d744e44646c4e7931692f597a426c4c5749314d7a55784e6a49352f5954646c4d41)

### Documentation

[](#documentation)

Documentation can be found on the [official website](#).

Get Started
-----------

[](#get-started)

### Requirements

[](#requirements)

- **PHP 7.4+**
- **Laravel 8+**

### Installation

[](#installation)

To install the package via composer, Run:

```
composer require nextbuild/activity-tracker
```

After installing the package, publish all the assets by running:

```
php artisan activity-tracker:install
```

Creating table by running:

```
php artisan migrate
```

### Usage

[](#usage)

Once the installation is complete, you will be able to access **Activity Tracker** directly in your browser.

By default, the application is available at: `{APP_URL}/activity-tracker`.

(for example: `https://my-app.test/activity-tracker`)

Troubleshooting
---------------

[](#troubleshooting)

Here are some common problems and solutions.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Saptarshi Dey](https://github.com/SaptarshiDy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

5

Last Release

572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6b9b10388fbbeb1fb286c0e37c2b9ee959c6b0a2dd349d4b7ce80a7402da8c0?d=identicon)[SaptarshiDy](/maintainers/SaptarshiDy)

---

Top Contributors

[![SaptarshiDy](https://avatars.githubusercontent.com/u/126339165?v=4)](https://github.com/SaptarshiDy "SaptarshiDy (15 commits)")

---

Tags

composer-packagelaravellaravel-packagemonitoringpackagephptrackerlaravelmonitoringtracker

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nextbuild-activity-tracker/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[tobiasdierich/gauge

An easy to use application performance monitor.

14413.1k](/packages/tobiasdierich-gauge)

PHPackages © 2026

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