fetch / php-stripper
Formatting stripper
Installs: 552
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/fetch/php-stripper
This package is auto-updated.
Last update: 2025-10-12 13:48:25 UTC
README
A string formatting stripper in PHP.
Supported syntaxes
Current version has only support for stripping Textile tags from a string.
Installation
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
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request