https://github.com/raphiz/inidiff
A quick-and-dirty experiment to show a diff of the keys/sections in a ini file
https://github.com/raphiz/inidiff
Last synced: 11 months ago
JSON representation
A quick-and-dirty experiment to show a diff of the keys/sections in a ini file
- Host: GitHub
- URL: https://github.com/raphiz/inidiff
- Owner: raphiz
- Created: 2014-12-08T21:18:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T11:04:59.000Z (over 11 years ago)
- Last Synced: 2025-07-17T14:53:14.967Z (12 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inidiff
This project was a quick-and-dirty experiment to simplify the comparison of two or more [INI files](http://en.wikipedia.org/wiki/INI_file) on a section and key basis.
I created this project because localization for a project I worked on was based on INI files. This tool helped me to ensure that all senteces were translated.
Here is an example result:

License: MIT
## Usage
If you want to use it, modify the `locale_dir` on top of the `ini_diff.php` file or put your ini files in the examples folder.
The easiest way is to serve the app it via the PHP built in webserver (XAMPP etc works fine as well...)
```bash
php -S localhost:8000
```
## Disclaimer
**Dont use this in production! The code quality is very low!**