deoomen/please-dont-swear
Composer 安装命令:
composer require deoomen/please-dont-swear
包简介
A simple package that allows you to easily censor text
README 文档
README
A simple package that allows you to easily censor text.
For now, it only supports Polish "bad words" and allows basic censorship of the text, but in the future I plan to add support for other languages, as well as more methods to work with censored text.
Installation
Use composer to install PleaseDontSwear into your project:
composer require deoomen/please-dont-swear
How to use
<?php use PleaseDontSwear\PleaseDontSwear; // ... $PDS = new PleaseDontSwear(); $myCensoredText = $PDS->censor($myBadText);
More examples of using methods can be found in the examples folder.
Tests
TODO
License
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-13