/spamdetect

Spam detection for Laravel

Primary LanguagePHPMIT LicenseMIT

Spam detection for Laravel

GitHub Tests Action Status Code Climate Coverage Code Climate Maintainability GitHub PHPStan Action Status License MIT

This package provides a naive bayes classifier for Laravel. This enables you to do statistical spam detection, for example in a guestbook or contact forms.

Installation

You can install the package via composer:

composer require toddy15/spamdetect

Testing

composer test

Author