PHPackages                             rpungello/laravel-last-activity - 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. rpungello/laravel-last-activity

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

rpungello/laravel-last-activity
===============================

Track last activity for users of Laravel apps

0.1.0(3y ago)06[2 PRs](https://github.com/rpungello/laravel-last-activity/pulls)MITPHPPHP ^8.1

Since Apr 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rpungello/laravel-last-activity)[ Packagist](https://packagist.org/packages/rpungello/laravel-last-activity)[ Docs](https://github.com/rpungello/laravel-last-activity)[ RSS](/packages/rpungello-laravel-last-activity/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (9)Versions (4)Used By (0)

Track last activity for users of Laravel apps
=============================================

[](#track-last-activity-for-users-of-laravel-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e53d37675b5c0a10e1a5d2df659d6b2fca177782332fffccf8f88f7df17a798f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7270756e67656c6c6f2f6c61726176656c2d6c6173742d61637469766974792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rpungello/laravel-last-activity)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f3a2c54a3b26bd61804788b6312d92e96247569c4bf490cf242ff00ece3f2466/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7270756e67656c6c6f2f6c61726176656c2d6c6173742d61637469766974792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rpungello/laravel-last-activity/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5d2932bc2de99fcbdfa8643f854e1779725130ce0bdb34c58010633b15d576fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7270756e67656c6c6f2f6c61726176656c2d6c6173742d61637469766974792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rpungello/laravel-last-activity/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/789ed1ad2a3affb2f181c67219bdfd3f54a9467b6326c1038acbfbc984531081/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7270756e67656c6c6f2f6c61726176656c2d6c6173742d61637469766974792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rpungello/laravel-last-activity)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require rpungello/laravel-last-activity
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-last-activity-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-last-activity-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-last-activity-views"
```

Usage
-----

[](#usage)

```
$laravelLastActivity = new Rpungello\LaravelLastActivity();
echo $laravelLastActivity->echoPhrase('Hello, Rpungello!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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)

- [Rob Pungello](https://github.com/rpungello)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a690a16dfab0dcfd9d326e1ee3619832e586b1ac53fb52faa6ab00246eefb7a?d=identicon)[rpungello](/maintainers/rpungello)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![rpungello](https://avatars.githubusercontent.com/u/3287663?v=4)](https://github.com/rpungello "rpungello (4 commits)")

---

Tags

laravelrpungellolaravel-last-activity

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rpungello-laravel-last-activity/health.svg)

```
[![Health](https://phpackages.com/badges/rpungello-laravel-last-activity/health.svg)](https://phpackages.com/packages/rpungello-laravel-last-activity)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/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)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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