PHPackages                             akbsit/laravel-system-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. akbsit/laravel-system-log

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

akbsit/laravel-system-log
=========================

Write logs data in app.

1.0.9(2y ago)136MITPHPPHP ^8.1

Since Mar 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/akbsit/laravel-system-log)[ Packagist](https://packagist.org/packages/akbsit/laravel-system-log)[ RSS](/packages/akbsit-laravel-system-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

laravel-system-log, [Packagist](https://packagist.org/packages/akbsit/laravel-system-log)
=========================================================================================

[](#laravel-system-log-packagist)

It is used for working with logging data, recording logs.

Install
-------

[](#install)

To install package, you need run command:

```
composer require akbsit/laravel-system-log
```

Examples
--------

[](#examples)

### Recording logs

[](#recording-logs)

```
use Akbsit\SystemLog\SystemLog;

$arData = [
    'some_data' => 1
];

SystemLog::write()
    ->enableSimpleInfo()
    ->setInfo(['method' => __METHOD__])
    ->setData(['$arData' => $arData])
    ->setMessage('Some log message')
    ->put();
```

#### Methods

[](#methods)

- `setNameSpace($sNameSpace)` - specifying the read space:
    - `$sNameSpace` - name of the space (by default `default`).
- `enableSimpleInfo()` - enable minimum set of call location logging;
- `setInfo($arInfo)` - specifying information about the logging location:
    - `$arInfo` - array data.
- `setData($arData)` - specifying logging data:
    - `$arData` - array data.
- `setMessage($sMessage)` - specifying the logging message:
    - `$sMessage` - message.
- `setType($sType)` - specifying the logging type:
    - `$sType` - type (by default `error`).
- `put()` - create record.

### Reading logs

[](#reading-logs)

```
use Akbsit\SystemLog\SystemLog;

$oSystemLog = SystemLog::read()
    ->setNameSpace(SystemLog::NAMESPACE_API);
```

#### Methods

[](#methods-1)

- `setNameSpace($sNameSpace)` - specifying the read space:
    - `$sNameSpace` - name of the space.
- `getSize()` - get the size of logs in space;
- `getAllSize()` - get the size of logs;
- `delete()` - clear logs in space;
- `deleteAll()` - clear logs;
- `getList()` - get a list of logs in the space.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~174 days

Total

10

Last Release

764d ago

PHP version history (3 changes)1.0.0PHP ^7.4

1.0.4PHP ^7.4|^8.0

1.0.7PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![akbsit](https://avatars.githubusercontent.com/u/18245671?v=4)](https://github.com/akbsit "akbsit (13 commits)")

---

Tags

fileslaravellogloggingloglaravelloggingfiles

### Embed Badge

![Health badge](/badges/akbsit-laravel-system-log/health.svg)

```
[![Health](https://phpackages.com/badges/akbsit-laravel-system-log/health.svg)](https://phpackages.com/packages/akbsit-laravel-system-log)
```

###  Alternatives

[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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