2017 © Pedro Peláez
 

library stop-spam

Wrapper for API www.stopforumspam.com (api.stopforumspam.org)

image

gemorroj/stop-spam

Wrapper for API www.stopforumspam.com (api.stopforumspam.org)

  • Sunday, April 15, 2018
  • by Gemorroj
  • Repository
  • 1 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

Wrapper for API stopforumspam.com

Continuous Integration, (*1)

Requirements:

  • PHP >= 8.0.2

Installation:

composer require gemorroj/stop-spam

Example check IP:

<?php
use StopSpam\Request;
use StopSpam\Query;

$query = new Query();
$query->addIp('1.2.3.4');

$request = new Request();
$response = $request->send($query);
$item = $response->getFlowingIp();
var_dump($item->isAppears()); // bool (true)

The Versions

15/04 2018

dev-master

9999999-dev

Wrapper for API www.stopforumspam.com (api.stopforumspam.org)

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Avatar Gemorroj

blacklist antispam stopforumspam spam-filtering spam-protection spam-detection

15/04 2018

2.0.0

2.0.0.0

Wrapper for API www.stopforumspam.com (api.stopforumspam.org)

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Avatar Gemorroj

blacklist antispam stopforumspam spam-filtering spam-protection spam-detection

10/11 2017

1.0.0

1.0.0.0

Wrapper for API www.stopforumspam.com (api.stopforumspam.org)

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Avatar Gemorroj

blacklist antispam stopforumspam spam-filtering spam-protection spam-detection