https://github.com/fetch/php-stripper
Formatting stripper
https://github.com/fetch/php-stripper
Last synced: 19 days ago
JSON representation
Formatting stripper
- Host: GitHub
- URL: https://github.com/fetch/php-stripper
- Owner: fetch
- License: mit
- Created: 2014-05-06T12:23:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T12:34:16.000Z (almost 12 years ago)
- Last Synced: 2024-12-31T21:42:23.134Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stripper
============
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](https://getcomposer.org/)
Create or update `composer.json`:
```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