Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kijtra/textdiff

Simple text diff script
https://github.com/kijtra/textdiff

Last synced: about 2 months ago
JSON representation

Simple text diff script

Awesome Lists containing this project

README

        

# TextDiff class

Simple Text Diff PHP class.
日本語の場合は"ある程度"分かち書きしてわかりやすくしてます。

[DEMO PAGE](http://demo.kijtra.com/textdiff/)

## Usage

```php
getData();

// Get HTML data (use table tag)
$html = $diff->getHtml();
```

## License

MIT

## ChangeLog

### v2.1.1

- README 編集
- 旧ファイルパスを維持
- `index.php` のファイル名を `example.php` に変更

### v2.0.0

- とりあえず PHP5.6 以上対応とする
- **名前空間追加**
```php