toddy15/spamdetect

Spam detection for Laravel, using a Naive Bayes implementation

dev-main 2024-04-26 20:00 UTC

This package is auto-updated.

Last update: 2024-04-26 20:00:55 UTC


README

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.

The package currently supports Laravel 11, 10, and 9.

Installation

You can install the package via composer:

composer require toddy15/spamdetect

Testing

composer test

Author