toddy15 / spamdetect
Spam detection for Laravel, using a Naive Bayes implementation
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/toddy15/spamdetect
Requires
- php: ^8.1
- illuminate/support: ^9.52||^10.29||^11
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.13
- orchestra/testbench: ^7.34||^8.14||^9
- pestphp/pest: ^1.21||^2.34
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
This package is auto-updated.
Last update: 2025-09-26 23:08:16 UTC
README
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