gobird-io/hellolog
Composer 安装命令:
composer require gobird-io/hellolog
包简介
Lightweight WordPress activity log by hellowp.io and gobird.io.
关键字:
README 文档
README
WordPress activity log by hellowp.io and gobird.io. Captures every notable change on the site — logins, content edits, plugin/theme operations, WooCommerce events, form submissions, … — and ships them to a managed log backend so your WordPress database stays lean.
Out of the box: 43+ sensors, WSAL-compatible code ranges, an
admin UI under Tools → helloLOG, WP-CLI subcommands (wp hellolog status|flush|test|sensors|…), and a token-based privacy model
(per-site key, optional IP anonymisation).
Install
Composer (Bedrock / Roots / Composer-managed sites)
composer require gobird-io/hellolog
The package is registered on Packagist.
The wordpress-plugin type plus composer/installers puts it under
wp-content/plugins/hellolog/ automatically.
Manual upload (classic sites)
- Grab the latest
hellolog-<version>.zipfrom Releases. - WP Admin → Plugins → Add New → Upload Plugin → upload, activate.
Configure (both install paths)
Open Tools → helloLOG → Settings, paste the API key issued for
this site, and Save. The plugin fires a test event automatically; the
top bar should switch to Active. Until that test succeeds, no
sensors attach and no rows hit the local queue — see "License gate"
in CHANGELOG.md for the rationale.
What it logs
| Range | Area |
|---|---|
| 1000–1099 | Auth (login / logout / failed / password reset) |
| 2000–2499 | Content, taxonomies, comments, menus, widgets |
| 4000–4599 | User profile / role, multisite, 2FA, app passwords |
| 5000–5599 | Plugins, themes, Redirection, TablePress, PMP, ACF |
| 5700–5899 | Form plugins (Gravity, WPForms, CF7, Fluent) |
| 6000–6499 | Settings / system / files / 404 / REST / XML-RPC |
| 7100–7799 | Database DDL + MainWP |
| 8000–8999 | bbPress, LearnDash, SEO (Yoast, RankMath), EDD, Termly |
| 9000–9499 | WooCommerce (products, orders, coupons, customers, settings) |
Each integration sensor is lazy-loaded — a sensor only attaches its hooks when the underlying plugin is active, and you can disable any sensor individually under Settings → Filters.
Requirements
- WordPress 6.4+
- PHP 8.0+
- A site API key (request one through the goBird admin)
Local development
composer install # full dev dependency tree composer phpcs # WordPress Coding Standards composer test # PHPUnit
The Vue admin SPA source lives in the workspace repo, not here — this
repo ships only the compiled bundle under assets/admin/.
Versioning
Updating the Version: line in hellolog.php and the Stable tag:
line in readme.txt (they must match) is enough — a push to main
triggers .github/workflows/release.yml, which builds the installable
zip and publishes a GitHub Release tagged v<version>.
License
GPL-2.0-or-later.
gobird-io/hellolog 适用场景与选型建议
gobird-io/hellolog 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「logging」 「security」 「wordpress」 「monitoring」 「wordpress-plugin」 「activity-log」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 gobird-io/hellolog 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 gobird-io/hellolog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 gobird-io/hellolog 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provide a way to secure accesses to all routes of an symfony application.
A Zend Framework module that sets up Monolog for logging in applications.
Asynchronous Sentry for Symfony - Fire and forget
It's a barebone security class written on PHP
Stackdriver handler for Monolog (codeinternetapplications/monolog-stackdriver Fork).
High-performance, zero-dependency PSR-3 logger for MonkeysLegion with structured logging, handlers, processors, and PHP 8.4 features.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 41
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-05-14