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 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.

User Registration Protection

Protects user registrations from spam.

Form Protection

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

✓ Formie - https://plugins.craftcms.com/formie
✓ Freeform - https://plugins.craftcms.com/freeform
✓ Contact Form - https://plugins.craftcms.com/contact-form
✓ Wheel Form (> 4.0.2) - https://plugins.craftcms.com/wheelform
✓ Express Forms (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 - 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.

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 ....