code-and-commits/patch-apply

Generate and apply diffs to strings

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/code-and-commits/patch-apply

0.1.0 2020-10-12 18:24 UTC

This package is auto-updated.

Last update: 2025-10-13 06:26:50 UTC


README

Apply diff files to text programmatically

Usage

$patcher = new PatchApply\Patcher();
$output = $patcher->apply($input, $diff);