code-and-commits/patch-apply

Generate and apply diffs to strings

Maintainers

Package info

github.com/CodeAndCommits/patch-apply

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

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2020-10-12 18:24 UTC

This package is auto-updated.

Last update: 2026-03-13 07:46:15 UTC


README

Apply diff files to text programmatically

Usage

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