A string formatting stripper in PHP.
Current version has only support for stripping Textile tags from a string.
The easiest way to use Stripper is by installing it with Composer
Create or update composer.json:
{
"require": {
"fetch/php-stripper": "dev-php-5.3"
}
}
And run composer install
git checkout -b my-new-feature)git commit -am 'Added some feature')git push origin my-new-feature)