sfneal / honeypot
Prevent & track spam that's been submitted through public facing forms
Installs: 3 563
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- sfneal/actions: ^2.0
- sfneal/caching: ^2.0|^3.0
- sfneal/controllers: ^2.1
- sfneal/datum: ^1.6
- sfneal/models: ^2.0
- sfneal/scopes: ^1.0
- sfneal/tracking: ^1.0.7
- spatie/laravel-honeypot: ^3.0
Requires (Dev)
- orchestra/testbench: ^6.24.1|^7.0
- phpunit/phpunit: ^9.3
- scrutinizer/ocular: ^1.8
- sfneal/mock-models: >=0.9
- spatie/phpunit-snapshot-assertions: >=4.2.2
- spatie/test-time: ^1.2.1
README
Prevent & track spam that's been submitted through public facing forms.
Installation
You can install the package via composer:
composer require sfneal/honeypot
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email stephen.neal14@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.