fetch/php-stripper
Composer 安装命令:
composer require fetch/php-stripper
包简介
Formatting stripper
README 文档
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
统计信息
- 总下载量: 552
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-06