2017 © Pedro Peláez
 

library spamfree

It detect spam in any text input

image

bitfumes/spamfree

It detect spam in any text input

  • Monday, July 16, 2018
  • by Bitfumes
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

This is a simple spam detector which currently detect only keyheld down and invalid keyword. This is just a package for the spam system created by Jeffrey Way in its Lets Build Forum Series at Laracast, Let's Build a forum with Laravel, (*1)

Software License Travis Total Downloads, (*2)

Install

composer require bitfumes/spamfree, (*3)

Usage

Once you have the package in your project then you just need to use this in your request validation.Like if you want to protect body then, (*4)

'body' : ['required',new Spamfree], (*5)

Use Bitfumes\Spamfree\Rules\Spamfree at the top where you have your validation., (*6)

Testing

Run the tests with:, (*7)

vendor/bin/phpunit

Credits

Based on work originally created by Jeffrey Way: https://github.com/JeffreyWay, (*8)

Contributing

Please see CONTRIBUTING for details., (*9)

Security

If you discover any security-related issues, please email sarthak@bitfumes.com instead of using the issue tracker., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

16/07 2018

dev-master

9999999-dev

It detect spam in any text input

  Sources   Download

MIT

by Avatar Bitfumes