PHPackages                             valzargaming/byond - 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. valzargaming/byond

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

valzargaming/byond
==================

A PHP class for interacting with BYOND (Build Your Own Net Dream) servers, providing functionalities to retrieve player information and manage game-related data. Designed to be used in conjunction with a caching system for optimal performance.

v2.1.0(1y ago)094↓33.3%MITPHPPHP &gt;=7.4

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/valzargaming/byond)[ Packagist](https://packagist.org/packages/valzargaming/byond)[ RSS](/packages/valzargaming-byond/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Byond PHP Class
===============

[](#byond-php-class)

Overview
--------

[](#overview)

The `Byond` PHP class is designed to interact with the website for BYOND (Build Your Own Net Dream), facilitating the retrieval of player information and management of account-related data. This class is particularly useful for developers working on BYOND projects, providing an easy-to-use interface for accessing and manipulating data related to players and their accounts.

Features
--------

[](#features)

- Convert BYOND timestamps to Unix timestamps and ISO 8601 format.
- Retrieve player details such as gender, join date, description, and homepage from BYOND pages.
- Designed to be used in combination with a caching system to enhance performance.

Implementation
--------------

[](#implementation)

The `Byond` class implements the `ByondInterface` and uses the `ByondTrait` to provide its functionality.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require valzargaming/byond
```

Usage
-----

[](#usage)

Here is a basic example of how to use the `Byond` class:

```
