PHP unified diff patcher News
Brought to you by:
legolas558
The first release v0.1 of the PhpPatcher class has come out.
The class already allows the merging of unified diff patches (even on multiple files) and also deletes files following the diff syntax.
The useful methods are PhpPatcher::Merge() and PhpPatcher::ApplyPatch() which respectively parse the source and destination files and commit the changes to disk.
Enjoy it.