Basic Package to provide useful lists

1.0.0 2019-05-26 17:27 UTC

This package is auto-updated.

Last update: 2024-03-27 04:39:32 UTC


README

Build Status Scrutinizer Code Quality Coveralls CodeCov

Latest Stable Version Total Downloads License

Maintained Last Updated

Table of Contents

Background

Returns usesful lists such as Bad Bots, or possible Tor Exit Nodes

Lists

BadBots

TorExitNodes

Throw Away Domains

Usage

$ composer require devtoolboxuk/lists

Then include Composer's generated vendor/autoload.php to enable autoloading:

require 'vendor/autoload.php';
use devtoolboxuk\lists;

$this->listService = new ListService();

Get Bad Bots

$this->listService->getArray('Bad Bots');
$this->listService->getJson('Bad Bots');

Help Support This Project

Help Support This Project

List of some disposable emails database

Acknowledgements and Recognition

  • @Dan - Have ported over the list of possible tor exit nodes
  • @MattKetmo - Have ported over the throw away domain list

Maintainers

@DevToolboxUk.

License

MIT © DevToolboxUK