PHPackages                             vzgcoders/verifier-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vzgcoders/verifier-server

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vzgcoders/verifier-server
=========================

Valithor's official webserver for BYOND user verification.

v3.1.1(1y ago)3129MITPHPPHP ^7.4 || ^8.0CI passing

Since Jan 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Valgorithms/Verifier-server)[ Packagist](https://packagist.org/packages/vzgcoders/verifier-server)[ RSS](/packages/vzgcoders-verifier-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (29)Used By (0)

Verifier-Server
===============

[](#verifier-server)

Valithor's official webserver for BYOND user verification.

Overview
--------

[](#overview)

Verifier-Server is a web server designed to handle BYOND user verification.

Features
--------

[](#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
------------

[](#installation)

1. Clone the repository:

    ```
    git clone https://github.com/Valgorithms/Verifier-server.git
    cd Verifier-server
    ```
2. Install dependencies:

    ```
    composer install
    ```
3. Create and configure the `.env` file:

    ```
    cp example.env .env
    ```

    Edit the `.env` file to match your configuration:

    ```
    HOST_ADDR=127.0.0.1
    HOST_PORT=8080
    TOKEN=changeme
    STORAGE_TYPE=filesystem
    JSON_PATH=json/verify.json

    # SQLite configuration
    #DB_DSN=sqlite:verify.db
    #DB_USERNAME=
    #DB_PASSWORD=
    #DB_OPTIONS=

    # MySQL configuration
    DB_DSN=mysql:host=127.0.0.1;port=3306;dbname=verify_list
    DB_PORT=3306
    DB_USERNAME=your_username
    DB_PASSWORD=your_password
    #DB_OPTIONS={"option1":"value1","option2":"value2"}
    ```

Usage
-----

[](#usage)

1. Start the server:

    ```
    php run.php
    ```
2. The server will listen on the address and port specified in the `.env` file.

Endpoints
---------

[](#endpoints)

- `GET /verified`: Retrieve the list of verified users.
- `POST /verified`: Add or delete a verified user. Requires a valid token.

Running Tests
-------------

[](#running-tests)

To run the tests, execute the following command:

```
php runtests.php
```

Using Scripts
-------------

[](#using-scripts)

### Get Verified List

[](#get-verified-list)

To get the list of verified users, run the following script:

```
./scripts/get_verified.sh
```

### Insert a New Record

[](#insert-a-new-record)

To insert a new `ss13` and `discord` record, run the following script:

```
./scripts/post_verified.sh
```

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance48

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

28

Last Release

409d ago

Major Versions

v1.1.0 → v2.0.02025-03-24

v2.8.0 → v3.0.02025-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f85d19ae7440b91717206e5e67342bae2dcc1c8de0a6f4333bbb75b18212d0f?d=identicon)[valzargaming](/maintainers/valzargaming)

---

Top Contributors

[![valzargaming](https://avatars.githubusercontent.com/u/7202504?v=4)](https://github.com/valzargaming "valzargaming (116 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vzgcoders-verifier-server/health.svg)

```
[![Health](https://phpackages.com/badges/vzgcoders-verifier-server/health.svg)](https://phpackages.com/packages/vzgcoders-verifier-server)
```

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[uspdev/replicado

Classes PHP que consome dados do Replicado USP

136.2k7](/packages/uspdev-replicado)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
