2017 © Pedro PelĂĄez
 

cakephp-plugin cakephp-fixture-check

Plugin to compare fixtures with live DB tables

image

psa/cakephp-fixture-check

Plugin to compare fixtures with live DB tables

  • Sunday, March 12, 2017
  • by burzum
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1,421 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 23 % Grown

The README.md

CakePHP Fixture Check Plugin

A shell that will compare fixtures against live DB tables to make it easy to spot differences., (*1)

Requirements

  • CakePHP ^3.4

Installation

composer require --dev psa/cakephp-fixture-check

And in your bootstrap.php (or better yet bootstrap_cli.php):, (*2)

Plugin::load('Psa/FixtureCheck');

Usage

bin/cake FixtureCheck

To run for specific fixtures and tables, use, (*3)

bin/cake FixtureCheck -f Fixture1,Fixture2

License

Copyright 2015 - 2016 PSA Publishers, (*4)

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*5)

The Versions

12/03 2017

dev-master

9999999-dev https://github.com/World-Architects/cakephp-fixture-check

Plugin to compare fixtures with live DB tables

  Sources   Download

MIT

The Requires

 

The Development Requires

testing fixtures