Download the PHP
package cleantalk/php-antispam without Composer
On this page you can find all versions of the php package
cleantalk/php-antispam. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor cleantalk Package php-antispam Short Description PHP API for antispam service cleantalk.org. Invisible protection from spam, no captches, no puzzles, no animals and no math. License
GPL-3.0 Homepage http://cleantalk.org
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.
The Invisible protection from spam, no captcha, no recaptcha, no puzzles, no math captcha.
API for antispam service cleantalk.org
Requirements
PHP 5.6 and above
CURL support
How we stop spam?
PHP Anti-Spam library providing invisible spam protection for your websites, registration forms, and comment sections. CleanTalk API offers an effective CAPTCHA alternative that silently blocks spam without interrupting your users' experience.
When users submit forms on your website form, the form data is securely sent to CleanTalk’s cloud servers. CleanTalk analyzes submissions using advanced heuristics. CleanTalk then returns a real-time verdict— legitimate requests or spam.
You are free to do anything with spam, or just allow as to block spam (we will interrupt desirable request).
Interesting? Let's make some settings (it will take few minutes)
Step 1 - install our SDK (2 variants ability)
Through composer install OR through download zip arhive and unzip it to root directory (with your index.php)
Step 2 - add CleantalkAntispam handler (middleware/interception) to your form handler (action)
Step 2.1 - add js lib to your html template
Need for gathering frontend data.
Step 3 - do whatever you want with cloud result
For example add die block for spam.
Step 4 (not required) - we prepare for you special troubleshooting method
To find possible problems, just add follow snippet after getVerdict method.
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 cleantalk/php-antispam contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.