PHPackages                             plugin/owc-activity-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. plugin/owc-activity-log

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

plugin/owc-activity-log
=======================

Tracks all WordPress activity such as meta, options, users, posts, and more.

v1.0.2(1mo ago)0170↓50%GPL-2.0-or-laterPHPPHP ^8.1CI failing

Since Mar 25Pushed 1mo agoCompare

[ Source](https://github.com/OpenWebconcept/plugin-owc-activity-log)[ Packagist](https://packagist.org/packages/plugin/owc-activity-log)[ RSS](/packages/plugin-owc-activity-log/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (3)Dependencies (16)Versions (5)Used By (0)

OWC Activity Log
================

[](#owc-activity-log)

Tracks all WordPress activity such as posts, meta, options, users, taxonomy, comments, plugins, themes and more.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- WordPress 6.7 or higher

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

[](#installation)

### Manual installation

[](#manual-installation)

1. Upload the 'owc-activity-log' folder in to the `/wp-content/plugins/` directory.
2. `cd /wp-content/plugins/owc-activity-log`
3. Run composer install, NPM asset build is in version control already.
4. Activate the plugin in via the WordPress admin.

### Composer installation

[](#composer-installation)

1. `composer source git@github.com:OpenWebconcept/plugin-owc-activity-log.git`
2. `composer require plugin/owc-activity-log`
3. `cd /wp-content/plugins/owc-activity-log`

Hooks
-----

[](#hooks)

### Admin overview page access

[](#admin-overview-page-access)

By default, the overview page inside the WordPress admin of this plugin is only accessible to administrators.

Some projects may require users with different roles or capabilities to access this page as well.
This filter allows you to customize the required capability.

```
add_filter('owc_activity_log_admin_page_overview_cap', function ($cap) {
    return 'superuser'; // Or any other capability.
});
```

Development
-----------

[](#development)

### Install dependencies

[](#install-dependencies)

```
composer install
```

### Run tests

[](#run-tests)

```
composer test
```

### Code style

[](#code-style)

```
composer phpcs
composer phpcbf
```

### Prefix vendor dependencies

[](#prefix-vendor-dependencies)

```
composer prefix-dependencies
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance91

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

3

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/62775?v=4)[Anton Zhuravsky](/maintainers/Yard)[@yard](https://github.com/yard)

---

Top Contributors

[![mvdhoek1](https://avatars.githubusercontent.com/u/11852816?v=4)](https://github.com/mvdhoek1 "mvdhoek1 (7 commits)")

###  Code Quality

TestsPest

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/plugin-owc-activity-log/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19246.3k2](/packages/civicrm-civicrm-drupal-8)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3355.8k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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