Download the PHP package cloudgrayau/oopspam without Composer

On this page you can find all versions of the php package cloudgrayau/oopspam. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package oopspam

OOPSpam Anti-Spam for Craft CMS

A privacy friendly anti-spam utility to safeguard your website and customers.

Requirements

This plugin requires Craft CMS 4.0.0 or later.

Installation

composer require cloudgrayau/oopspam

OOPSpam Overview

OOPSpam is a privacy friendly anti-spam utility for protecting forms, user registrations, commerce and comments in Craft CMS.

OOPSpam is a modern spam filter that uses machine learning to analyse messages, checking each submission against an extensive database of over 500 million IPs and emails to effectively detect and block spam. The OOPSpam API protects over 3.5 million websites daily.

A valid API key from the OOPSpam Service is required to use this plugin.

Protection

The OOPSpam plugin protects the following services from spam and includes optional logging and reporting in the Craft CMS dashboard. The plugin supports both standard protection and contextual detection.

The OOPSpam plugin also comes with optional rate limiting, which can be enabled to reduce excessive spam requests.

User Registration Protection

Protects user registrations from spam.

Commerce Protection

Protects orders and subscriptions from spam.

Form Protection

Protects form submissions from spam. The current form integrations are protected:

✓ Formie (>= 2.0.0) - https://plugins.craftcms.com/formie
✓ Freeform (>= 5.0.0) - https://plugins.craftcms.com/freeform
✓ Contact Form (>= 3.0.0) - https://plugins.craftcms.com/contact-form
✓ Wheel Form (>= 4.0.2) - https://plugins.craftcms.com/wheelform
✓ Express Forms (>= 2.0.0; no longer maintained) - https://plugins.craftcms.com/express-forms
✓ Custom Forms - requires custom programming

Comment Protection

Protects comment submissions from spam. The current comment integrations are protected:

✓ Comments (>= 2.0.0) - https://plugins.craftcms.com/comments
✓ Custom Comments - requires custom programming

Custom Protection

Any form or comment logic can be protected by OOPSpam via a custom plugin/module controller.

The email and content params are required. The checkForLength parameter is optional and can be set to override the configuration value.

If you would rather use contextual detection, the content and contextual params are required. The email param is optional and is used for checking against any manual rules. The context and checkForLength parameters are also optional and can be set to override the configuration value.

Overriding Settings

You can now override settings on a per-form basis for the Formie, FreeForm, Express Forms and WheelForm integrations. This can only be done via config file.

Each override will need to use the form handle as the array key. As WheelForm doesn't support handles, the form ID should be used instead.

'forms' => [
  'contact' => [ /* Form handle */
    'disabled' => false, /* Optional setting to disable spam check for specific form */
    'spamScore' => 3,
    // extra settings
  ]
]

Domain Reputation

The OOPSpam plugin comes with a domain reputation checker. Simply, this tool evaluates the reputation of a given domain name by cross-referencing it against multiple authoritative sources, including Google, Microsoft, Mozilla, and various other reputable security providers. An active API key is required for this and each request counts towards your monthly tally.

Note: The list of providers may be updated periodically to ensure comprehensive coverage.

Test Suite

The OOPSpam plugin also includes a testing suite, where you can test the results of API calls for both general requests and contextual requests. An active API key is required for this and each request counts towards your monthly tally.

Brought to you by Cloud Gray Pty Ltd


All versions of oopspam with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^4.0|^5.0
php Version ^8.0|^8.2
guzzlehttp/guzzle Version ^7.0
cloudgrayau/utils Version ^1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudgrayau/oopspam contains the following files

Loading the files please wait ...