PHPackages                             dskripchenko/orchid-loggable - 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. dskripchenko/orchid-loggable

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

dskripchenko/orchid-loggable
============================

Change logs for orchid platform.

v1.2.1(4w ago)01.0k↑111.1%MITPHPPHP ^8.2CI passing

Since Jul 30Pushed 2w ago1 watchersCompare

[ Source](https://github.com/dskripchenko/orchid-loggable)[ Packagist](https://packagist.org/packages/dskripchenko/orchid-loggable)[ Docs](https://github.com/dskripchenko/orchid-loggable)[ RSS](/packages/dskripchenko-orchid-loggable/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (6)Dependencies (7)Versions (9)Used By (0)

orchid-loggable
===============

[](#orchid-loggable)

Change-log / audit trail for [Orchid](https://orchid.software/) platform models. Records create / update / delete changes and ships Orchid screens to browse them.

[![Packagist](https://camo.githubusercontent.com/5b1ed1cc3802e69debc88829b87d8f543a34e5b638f17e28de3a580a44ca7001/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64736b7269706368656e6b6f2f6f72636869642d6c6f676761626c65)](https://packagist.org/packages/dskripchenko/orchid-loggable)[![License](https://camo.githubusercontent.com/fdd9218307fb4776876ce13d20fafde3816f844fcc4a9e5777138a6fdfd1665d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64736b7269706368656e6b6f2f6f72636869642d6c6f676761626c65)](LICENSE)

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

[](#requirements)

PHP 8.2–8.5 · Laravel 11 / 12 / 13 · Orchid Platform 14 · `dskripchenko/orchid-extra` ^2.2.

Install
-------

[](#install)

```
composer require dskripchenko/orchid-loggable
php artisan migrate
```

The service provider is auto-discovered and registers the change-log screens in your Orchid dashboard.

Usage
-----

[](#usage)

Make a model auditable by implementing `LoggableEntity` and attaching `ChangeLogObserver`:

```
use Dskripchenko\OrchidLoggable\Contracts\LoggableEntity;
use Dskripchenko\OrchidLoggable\Observers\ChangeLogObserver;
use Illuminate\Database\Eloquent\Model;

class Article extends Model implements LoggableEntity
{
    // How each change-log entry is labelled…
    public function getLoggableTitle(): string
    {
        return $this->title;
    }

    // …and where it links back to.
    public function getLoggableUrl(): string
    {
        return route('platform.articles.edit', $this);
    }

    protected static function booted(): void
    {
        static::observe(ChangeLogObserver::class);
    }
}
```

Changes are stored as `ChangeLog` records and viewable through the package's Orchid list / view screens. `getLoggableTitle()` / `getLoggableUrl()` control how each entry is titled and linked in that UI.

License
-------

[](#license)

[MIT](LICENSE) © Denis Skripchenko

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance95

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~178 days

Total

8

Last Release

28d ago

Major Versions

0.0.1 → 1.0.02024-08-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/3aae29ece4986be5d3eea1ba57457547d2ce92fcdee466af45f69ec4079ec9c7?d=identicon)[dskripchenko](/maintainers/dskripchenko)

---

Top Contributors

[![dskripchenko](https://avatars.githubusercontent.com/u/5102028?v=4)](https://github.com/dskripchenko "dskripchenko (8 commits)")

---

Tags

audit-logchangeloglaravelorchidorchid-platformphplaravellogsorchid

### Embed Badge

![Health badge](/badges/dskripchenko-orchid-loggable/health.svg)

```
[![Health](https://phpackages.com/badges/dskripchenko-orchid-loggable/health.svg)](https://phpackages.com/packages/dskripchenko-orchid-loggable)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

593.1M9](/packages/open-telemetry-opentelemetry-auto-laravel)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

915.8k](/packages/nightowl-agent)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21327.3k4](/packages/ecotone-laravel)[dskripchenko/laravel-api

Versioned Laravel APIs with OpenAPI 3.0 docs auto-generated from PHP docblocks — no annotations, no YAML — plus CRUD scaffolding and middleware cascades.

115.8k7](/packages/dskripchenko-laravel-api)

PHPackages © 2026

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