PHPackages                             chenhakim/seaslog-module - 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. chenhakim/seaslog-module

ActiveSeaslog-extension[Logging &amp; Monitoring](/categories/logging)

chenhakim/seaslog-module
========================

seaslog扩展日志记录实现

01361PHP

Since Jun 26Pushed 9y agoCompare

[ Source](https://github.com/chenhakim/seaslog-module)[ Packagist](https://packagist.org/packages/chenhakim/seaslog-module)[ RSS](/packages/chenhakim-seaslog-module/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

seaslog模块
=========

[](#seaslog模块)

安装
--

[](#安装)

打开 `composer.json` 找到或创建 `repositories` key，添加VCS资源库。

```
	// ...
	"repositories": [
		// ...
		{
			"type": "vcs",
			"url": "https://github.com/chenhakim/seaslog-module.git"
		}
	],
	// ...

```

添加依赖包。

```
composer require chenhakim/seaslog-module dev-master

```

使用
--

[](#使用)

- seaslog调用

1、配置 在项目中定义全局变量

```
defined('SEASLOG_PATH') or define('SEASLOG_PATH', '/home/www/log/项目名称/'); // 项目日志目录

```

2、后台调用

```
    \Module\SeasLog\SeasLog::record($level, $message, $extra = array());

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/chenhakim-seaslog-module/health.svg)

```
[![Health](https://phpackages.com/badges/chenhakim-seaslog-module/health.svg)](https://phpackages.com/packages/chenhakim-seaslog-module)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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