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

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

customize-log/customize-log
===========================

1.0.8(6y ago)02.2kMITPHPPHP &gt;=7.0.33

Since Jan 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jasonmecl/customize-log)[ Packagist](https://packagist.org/packages/customize-log/customize-log)[ RSS](/packages/customize-log-customize-log/feed)WikiDiscussions master Synced 2w ago

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

Customlog Package
=================

[](#customlog-package)

Description
-----------

[](#description)

- CustomLog is a package to extend and customize log
- Driver only support single &amp; daily

Require
-------

[](#require)

- "php": "&gt;=7.0.33",
- "monolog/monolog": "^1.0.0",
- "illuminate/log": "5.2.0 - 5.6.0"

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

[](#installation)

- Install package

```
composer require customize-log/customize-log dev-master

```

- Generate logging.php file to control log behavior

```
php artisan vendor:publish

```

Operation
---------

[](#operation)

#### 1. Log Request

[](#1-log-request)

```
CustomizeLog::request({"uniqueId"});
```

#### 2. Log Response

[](#2-log-response)

```
CustomizeLog::response({"uniqueId"},{"status"},{"response"});
```

#### 3. Set Timezone

[](#3-set-timezone)

```
CustomizeLog::setLoggerTimezone('Asia/Tokyo');
```

#### 4. Set Logger Level

[](#4-set-logger-level)

```
CustomizeLog::setLoggerLevel('debug');
```

Result Test Report
------------------

[](#result-test-report)

### Request

[](#request)

```
Request Format

[時間] 層級: route unique_id{底線}user_id ['ip' => '{ip}', 'request' => []]
```

```
Request Log

[2019-11-13 10:40:35] INFO: /apis/route 5dcb6d2395fa6_5db149d91d41c85c4120e084 {"ip":"x.x.x.x","request":[]}
```

### Response

[](#response)

```
Response Format

[時間] 層級: route unique_id{底線}user_id ['ip' => '{ip}', 'response_status' => '{true/false}', 'response' => []]
```

```
Response Log

[2019-11-13 10:40:35] INFO: /apis/route 5dcb6d2395fa6_5db149d91d41c85c4120e084 {"ip":"x.x.x.x","status":true,"response":"{\"success\":true,\"retval\":{\"find\":1498459400,\"area\":1531276514,\"bikeTire\":1531276515,\"store\":1573585242,\"bikeBrand\":1531276514,\"iColorArea\":1493777191,\"disablePowerSavingHelp\":1493272324},\"message\":\"success\"}"}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

2

Last Release

2338d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55786946?v=4)[jasonmecl](/maintainers/jasonmecl)[@jasonmecl](https://github.com/jasonmecl)

### Embed Badge

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

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k198.8M329](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[illuminate/log

The Illuminate Log package.

6225.0M603](/packages/illuminate-log)

PHPackages © 2026

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