Skip to content

A PHP class to easily work with the Big List of Naughty Strings.

License

Notifications You must be signed in to change notification settings

mattsparks/blns-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big List of Naughty Strings (Now with more PHP!)

A PHP class to easily work with the Big List of Naughty Strings.

Installation

composer require mattsparks/blns-php

Usage

use MattSparks\BLNS\BLNS;

$blns = new BLNS;

foreach($blns->getList() as $string) {
    // Do your magic.
}

foreach($blns->getBase64List() as $string) {
    // Magic done here.
}

Contribute

Contributions are very welcome!

  1. Follow the PSR-2 Standard
  2. Send a pull request.

About

A PHP class to easily work with the Big List of Naughty Strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages