PHPackages                             toandq71/simple-log - 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. toandq71/simple-log

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

toandq71/simple-log
===================

Package Log Activity

V1.1.4(1y ago)010MITPHPPHP ^8.2

Since May 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/toandq71/simple-log)[ Packagist](https://packagist.org/packages/toandq71/simple-log)[ RSS](/packages/toandq71-simple-log/feed)WikiDiscussions main Synced 1mo ago

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

Simple Logs
===========

[](#simple-logs)

[`PHP v8.2`](https://php.net)

[`Laravel v11.x`](https://github.com/laravel/laravel)

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

[](#installation)

```
composer require toandq71/simple-log
```

Run the command:

```
php artisan histories:install
```

```
php artisan migrate
```

Usage
-----

[](#usage)

```
use toandq71\SimpleLog\Interface\LogHistoryInterface;

// Coding in file controller
public function testLog(Request $request)
{
    $log = app()->get(LogHistoryInterface::class);

    // Save log
    $log->saveHistory([
        'action' => 'created_user',
        'created_by' => 1
    ]);
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

4

Last Release

727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/070a9a41d73021fb5e0cb596a0c42d7530bca959cdaf49f31f5077afaa87d9e2?d=identicon)[Toàn Đặng](/maintainers/To%C3%A0n%20%C4%90%E1%BA%B7ng)

---

Top Contributors

[![toandq71](https://avatars.githubusercontent.com/u/166087788?v=4)](https://github.com/toandq71 "toandq71 (10 commits)")

---

Tags

loglog-activity

### Embed Badge

![Health badge](/badges/toandq71-simple-log/health.svg)

```
[![Health](https://phpackages.com/badges/toandq71-simple-log/health.svg)](https://phpackages.com/packages/toandq71-simple-log)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M71](/packages/rap2hpoutre-laravel-log-viewer)[spatie/laravel-tail

Easily tail application logs

7592.5M4](/packages/spatie-laravel-tail)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)

PHPackages © 2026

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