Download the PHP package vzgcoders/verifier-server without Composer
On this page you can find all versions of the php package vzgcoders/verifier-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vzgcoders/verifier-server
More information about vzgcoders/verifier-server
Files in vzgcoders/verifier-server
Download vzgcoders/verifier-server
More information about vzgcoders/verifier-server
Files in vzgcoders/verifier-server
Vendor vzgcoders
Package verifier-server
Short Description Valithor's official webserver for BYOND user verification.
License MIT
Package verifier-server
Short Description Valithor's official webserver for BYOND user verification.
License MIT
Please rate this library. Is it a good library?
Informations about the package verifier-server
Verifier-Server
Valithor's official webserver for BYOND user verification.
Overview
Verifier-Server is a web server designed to handle BYOND user verification.
Features
- Handles GET and POST requests for user verification.
- Supports both filesystem and SQL (SQLite/MySQL) storage.
- Configurable via
.env
file. - Logger mode for detailed request and response logging.
- Graceful shutdown support on all systems with ReactPHP.
- Graceful shutdown support on non-Windows systems with
pcntl
extension when not leveraging ReactPHP.
Installation
-
Clone the repository:
-
Install dependencies:
-
Create and configure the
.env
file:Edit the
.env
file to match your configuration:
Usage
-
Start the server:
- The server will listen on the address and port specified in the
.env
file.
Endpoints
GET /verified
: Retrieve the list of verified users.POST /verified
: Add or delete a verified user. Requires a valid token.
Running Tests
To run the tests, execute the following command:
Using Scripts
Get Verified List
To get the list of verified users, run the following script:
Insert a New Record
To insert a new ss13
and discord
record, run the following script:
License
This project is licensed under the MIT License.
All versions of verifier-server with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
vlucas/phpdotenv Version ^5.4
react/http Version ^1.6
monolog/monolog Version ^2.1.1 || ^3.0
vlucas/phpdotenv Version ^5.4
react/http Version ^1.6
monolog/monolog Version ^2.1.1 || ^3.0
The package vzgcoders/verifier-server contains the following files
Loading the files please wait ....