Download the PHP package stezkoy/flarum-doorquest without Composer

On this page you can find all versions of the php package stezkoy/flarum-doorquest. 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 flarum-doorquest

Doorquest

License Latest Stable Version Total Downloads

A Flarum extension that gates registration behind a question-and-answer challenge. New users must answer a question correctly to register — a simple alternative (or addition) to invites, captchas, and other signup barriers.

Русская версия

Features

Q&A Registration Gate

When someone registers, the forum presents a random question from your pool. Entry is only allowed once the answer is correct — keeping bots and unwanted signups out while staying friendly to real users.

Question Pool

Manage as many questions as you like from the admin panel. Each question lives independently, and the system hands one out at random on every registration attempt.

Case-Insensitive Answers

Answers are compared case-insensitively, so Manjaro, manjaro and MANJARO all pass — no need to guess the user's exact capitalization.

Optional Usage Limits

Set a max uses per question. Once a question hits its limit it automatically disappears from the pool, so you can rotate questions after a set number of successful registrations. Leave 0 for unlimited.

Auto-Activation

Choose whether answering correctly immediately activates the new account or whether you still approve it manually.

Group Assignment

Optionally assign newly registered users to a group, e.g. a "vouched" or verified member group.

Installation

Requirements

Configuration

Open Admin → Extensions → Doorquest, then add your questions under the Questions tab. For each question set the text, the expected answer, an optional usage limit, whether it auto-activates, and an optional group.

How It Works

  1. A user attempts to register and is asked a random question.
  2. They submit their answer along with the question id.
  3. If the answer is correct, registration proceeds (and the question's usage counter increments); otherwise it is rejected.
  4. If the question has a usage limit that has been reached, it is no longer offered.

License

MIT


All versions of flarum-doorquest with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^2.0.0
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 stezkoy/flarum-doorquest contains the following files

Loading the files please wait ...