2017 © Pedro Peláez
 

library php-stripper

Formatting stripper

image

fetch/php-stripper

Formatting stripper

  • Tuesday, May 6, 2014
  • by koenpunt
  • Repository
  • 2 Watchers
  • 0 Stars
  • 512 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Stripper

A string formatting stripper in PHP., (*1)

Supported syntaxes

Current version has only support for stripping Textile tags from a string., (*2)

Installation

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)

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

The Versions

06/05 2014

dev-master

9999999-dev

Formatting stripper

  Sources   Download

MIT

06/05 2014

v0.0.1

0.0.1.0

Formatting stripper

  Sources   Download

MIT