Wallogit.com
2017 © Pedro Peláez
Formatting stripper
A string formatting stripper in PHP., (*1)
Current version has only support for stripping Textile tags from a string., (*2)
The easiest way to use Stripper is by installing it with Composer, (*3)
Create or update composer.json:, (*4)
{
"require": {
"fetch/php-stripper": "dev-php-5.3"
}
}
And run composer install, (*5)
git checkout -b my-new-feature)git commit -am 'Added some feature')git push origin my-new-feature)