2017 © Pedro Peláez
 

cakephp-plugin cakephp-changelog

Slack log engine for CakePHP

image

hiromi2424/cakephp-changelog

Slack log engine for CakePHP

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status Total Downloads Latest Stable Version Scrutinizer, (*1)

What is this?

This is CakePHP plugin to provide saving changelogs for database records., (*2)

Installation

composer require hiromi2424/cakephp-changelog
bin/cake plugin load Changelog # OR manually add `Plugin::load('Changelog');`

Requirements

  • CakePHP 3.x
  • PHP 5.5+

Usage

Setup database tables

There is config/Schema/changelogs.sql for general purpose. If you need to use another column or to change size of columns, change table schemas as you need., (*3)

Configuration

You also should setup each table to use Changelog Behavior., (*4)

`$this->loadBehavior('Changelog.Changelog', [
    // ... your options
])`
  • TODO: define options

The Versions

04/03 2017

dev-master

9999999-dev https://github.com/hiromi2424/cakephp-changelog

Slack log engine for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

log cakephp slack cake

13/01 2017

v0.1-beta

0.1.0.0-beta https://github.com/hiromi2424/cakephp-changelog

Slack log engine for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

log cakephp slack cake