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 today

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 43% 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

2287d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/716b876f017e5107e5432de8e24be90f87b50fd82a5947a7e0d3b948cd5f485d?d=identicon)[jasonmecl](/maintainers/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.6k189.7M257](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M81](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M517](/packages/illuminate-log)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2382.6k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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