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)3131MITPHPPHP ^7.4 || ^8.0CI failing

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 today

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 72% of packages

Maintenance45

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

455d ago

Major Versions

v1.1.0 → v2.0.02025-03-24

v2.8.0 → v3.0.02025-03-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7202504?v=4)[Valithor Obsidion](/maintainers/valzargaming)[@valzargaming](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)[doppar/framework

The Doppar Framework

4012.4k14](/packages/doppar-framework)

PHPackages © 2026

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