| Package Data | |
|---|---|
| Maintainer Username: | nayjest |
| Maintainer Contact: | v.stepanenko@globo-tech.com (Vitalii [Nayjest] Stepanenko) |
| Package Create Date: | 2014-09-25 |
| Package Last Update: | 2015-02-23 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:12:50 |
| Package Statistics | |
|---|---|
| Total Downloads: | 3,291 |
| Monthly Downloads: | 29 |
| Daily Downloads: | 5 |
| Total Stars: | 8 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Database diff tool for Laravel & MySQL
This package allows to compare data in tables with same structure & save results to database in format convenient for further processing.
| Default URL | Description | |-----------------------|-------------------------------------------| | /admin/diff/index | Form for making diff | | /admin/diff/show[id] | View diff results | | /admin/diff/list | Archive of performad diff operations |
| Name | Shortcut | Description | |----------------------|----------|-------------------------------------------| |table1 | a | Table to compare | |table2 | b | Table to compare | |fields | f | Fields that must be compared (without pk) |
See vendor/nayjest/db-diff/src/config/config.php
| Key | Type | Description | |----------------------|-------------|---------------------------------------------------------------------------------| | db | string | Database for storing diff results (your app's current db by default) | | ignored_db | string[] | Databases that you will never use for diff operations, usually some system db's |
© 2014 — 2015 Vitalii Stepanenko
Licensed under the MIT License.