mattsparks / blns-php
一个PHP类,可以轻松地处理《不雅字符串大列表》。
v1.0.1
2020-05-11 01:28 UTC
Requires
- blns/blns: *
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-09-18 02:52:11 UTC
README
一个PHP类,可以轻松地处理《不雅字符串大列表》。
安装
composer require mattsparks/blns-php
用法
use MattSparks\BLNS\BLNS; $blns = new BLNS; foreach($blns->getList() as $string) { // Do your magic. } foreach($blns->getBase64List() as $string) { // Magic done here. }
贡献
非常欢迎贡献!
- 遵循PSR-2标准
- 提交一个pull请求。