PHPackages                             ideagen-damstra/tiks - 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. ideagen-damstra/tiks

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

ideagen-damstra/tiks
====================

Tiks Assure audit logs

v1.0.0(1y ago)010MITPHP

Since Aug 6Pushed 1y agoCompare

[ Source](https://github.com/chkm8/tiks)[ Packagist](https://packagist.org/packages/ideagen-damstra/tiks)[ RSS](/packages/ideagen-damstra-tiks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

TIKS Assure audit
=================

[](#tiks-assure-audit)

Ledger backups every in a while

- Auto logs all model classes
- Make new model as recordable
- Archive ledgers and daily sync

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

[](#installation)

1. Install Tiks-Audit

    - `composer require tnchalise/tiks`
2. Edit the `config/app.php` to add following:

    ```
    'providers' => [
         Altek\Accountant\AccountantServiceProvider::class,
         Tnchalise\Tiks\ServiceProvider::class,
    ],

    ```
3. Publish Tiks-Audit

    - `php artisan vendor:publish --tag="accountant-configuration"`
    - `php artisan vendor:publish --tag="accountant-migrations"`
    - `php artisan vendor:publish --provider="Tnchalise\Tiks\ServiceProvider"`
4. Adjust `.env` to have following

    ```
    DB_AUDIT_HOST=****
    DB_AUDIT_DATABASE=****
    DB_AUDIT_USERNAME=****
    DB_AUDIT_PASSWORD=****
    AUDIT_ARCHIVE_INTERVAL=3 # Months

    ```
5. Set up secondary DB connection named `audit` in `config/databas.php`

    ```
     'audit' => [
             'driver'      => 'mysql',
             'host'        => env('DB_AUDIT_HOST', '127.0.0.1'),
             'port'        => env('DB_AUDIT_PORT', '3306'),
             'database'    => env('DB_AUDIT_DATABASE', 'forge'),
             'username'    => env('DB_AUDIT_USERNAME', 'forge'),
             'password'    => env('DB_AUDIT_PASSWORD', ''),
             'unix_socket' => env('DB_AUDIT_SOCKET', ''),
             'charset'     => 'utf8',
             'collation'   => 'utf8_unicode_ci',
             'prefix'      => '',
             'strict'      => false,
             'engine'      => null,
         ],

    ```
6. Run Migrations
7. Repalce existing model to extend RecordableModel **(optional)**

    - `sh sh/make-model-auditable.sh` from root directory, if necessary adjust path in `sh/make-model-auditable.sh`

Usage
-----

[](#usage)

### Create a new recordable model

[](#create-a-new-recordable-model)

- `php artisan make:recordable-model `

### Schedule ledger archive

[](#schedule-ledger-archive)

- `$schedule->command('php artisan archive:ledgers')->->saturdays();`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

644d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ideagen-damstra-tiks/health.svg)

```
[![Health](https://phpackages.com/badges/ideagen-damstra-tiks/health.svg)](https://phpackages.com/packages/ideagen-damstra-tiks)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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