fetch/php-stripper

Formatting stripper

v0.0.1 2014-05-06 12:33 UTC

This package is auto-updated.

Last update: 2024-04-12 10:31:24 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request