Download the PHP
package beck24/spam_throttle without Composer
On this page you can find all versions of the php package
beck24/spam_throttle. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor beck24 Package spam_throttle Short Description Allows an administrator to set a limit on the number of each object type that is allowed to be created in a given amount of time License
GPL-2.0-only Homepage https://github.com/beck24/spam_throttle
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 spam_throttle
Spam Throttle
Set limits for the amount and type of content a user can create.
Suggested Plugins
reported_content
trusted_users
Installation
Unzip to the mod directory. Enable the plugin through tools administration.
Setup
Link to settings will be on the administration menu.
The global limits cover all listed content types. For example, if a user creates 2 blog posts,
2 bookmarks, and 2 comments in 4 minutes, then they have exceeded a global limit of 5
creations in 5 minutes and will suffer the consequences. Set the global setting fairly
leniently, and use the specific content type limits to be more vigilant on certain types of
spam to reduce the number of false positives. Each site is different, and it will probably be
a trial-and-error approach to finding the right settings. Each time a user exceeds the limit they
will be reported to administrators via the reported_content plugin. Below you can set what happens
to a user that exceeds the set limits. If a setting is left blank or set to 0, then the limit will
default to the global setting (if that is set).
Note - trusted users (via the trusted_users plugin) and administrators are automatically exempt from throttling
There are 4 potential consequences of a user breaking the limits.
Nothing
The user is still able to log in and create content
Suspend
The user can log in and view content with their normal permissions, but cannot create new content for a set amount of time.
Ban
The user is banned from the site, cannot log in, cannot view non-public content, cannot create content
Delete
The user account is deleted along with all of their content. Use with care as the deletion cannot be undone, and a false positive wouldn't be fun...
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 beck24/spam_throttle 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.