A PHP class to easily work with the Big List of Naughty Strings.
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.
}
Contributions are very welcome!