2017 © Pedro Peláez
 

library dblog

Log database operation to files

image

noking50/dblog

Log database operation to files

  • Thursday, June 21, 2018
  • by noking50
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DBLog

Log database operation to files, (*1)

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,, (*2)

The Versions

21/06 2018

dev-master

9999999-dev

Log database operation to files

  Sources   Download

The Requires

 

by Avatar noking50

laravel

21/06 2018

1.0.1

1.0.1.0

Log database operation to files

  Sources   Download

The Requires

 

by Avatar noking50

laravel

14/06 2018

1.0.0

1.0.0.0

Log database operation to files

  Sources   Download

by Avatar noking50

laravel