PHPackages                             mkhab7/v2board-sdk - 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. [API Development](/categories/api)
4. /
5. mkhab7/v2board-sdk

ActiveLibrary[API Development](/categories/api)

mkhab7/v2board-sdk
==================

PHP SDK for V2Board API

v1.0.3(11mo ago)062MITPHPPHP &gt;=8.0

Since Jul 24Pushed 11mo agoCompare

[ Source](https://github.com/mkhab7/v2board-php-sdk)[ Packagist](https://packagist.org/packages/mkhab7/v2board-sdk)[ RSS](/packages/mkhab7-v2board-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

V2Board SDK
===========

[](#v2board-sdk)

A powerful PHP SDK for V2Board API that makes it easy to interact with your V2Board instance.

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

[](#installation)

### Using Composer

[](#using-composer)

```
composer require mkhab7/v2board-sdk
```

### Manual Installation

[](#manual-installation)

1. Clone the repository:

```
git clone https://github.com/mkhab7/v2board-php-sdk.git
cd v2board-php-sdk
```

2. Install dependencies:

```
composer install
```

3. Include the autoloader:

```
require_once 'vendor/autoload.php';
```

Features
--------

[](#features)

- 🔐 **Authentication** - Login, logout, and token management
- 👤 **User Management** - Get user info, generate users, update users
- 📊 **System Monitoring** - Real-time system statistics and performance data
- 📋 **Plan Management** - Fetch, create, and update subscription plans
- 🖥️ **Server Groups** - Manage server groups and their configurations
- 👥 **Admin Tools** - Advanced user search by email, ID, or token
- 🌐 **HTTP Client** - Built-in HTTP client for custom API calls
- 🧪 **Testing** - Comprehensive test suite with Pest framework

Quick Start
-----------

[](#quick-start)

```
