Patch library in PHP?

Does anybody know a good patch library in PHP? Like a counterpart to Text_Diff.
I know that it's trivial to apply a clean patch file with a few lines of code, but I'm looking for a more complete solution, especially with fuzzy patching capabilities.