Skip to content

v0.4 - Renamed Library and Namespace

Compare
Choose a tag to compare
@paulprins paulprins released this 25 Sep 13:23
· 7 commits to release since this release
2fbf673

This is a breaking change. The library and namespace have been renamed to SourceTextParser

The composer project has also been updated

composer require UrbanMonastics/SourceTextParser

Example of usage with new naming

$SourceTextParser = new /UrbanMonastics/SourceTextParser();

echo $SourceTextParser->text("Hello *Source Parser*!");  # prints: <p>Hello <em>Source Parser</em>!</p>