noking50/dblog

There is no license information available for the latest version (1.0.1) of this package.

Log database operation to files

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/noking50/dblog

pkg:composer/noking50/dblog

Transparency log

Statistics

Installs: 359

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2018-06-21 07:17 UTC

This package is not auto-updated.

Last update: 2026-06-21 15:10:33 UTC


README

Log database operation to files

Installing

install

composer required noking50/dblog

config

Usage

write log to file

DBLog::write($table_name, $data_before_modify, $data_after_modify);

If insert data, $data_before_modify is null, If delete data, $data_after_modify is null,