The Update of alirezax5
This is an exercise project to increase coding skills and the user is responsible for using it.
It is a web service project to manage the x-ui panel
- Support for most x-ui panels(just change PATH const)
- Xray management by API
- Show status
- Change xray version
- Inbound management
- Client management
- Settings management
- User(admin) management.
composer require dgithuba/XuiApi
<?php
require './vendor/autoload.php';
$xui = new \XuiApi\Panel\MHSanaei('YOU_PANEL_URL', 'YOU_PANEL_USERNAME', 'YOU_PANEL_PASSWORD');
$xui->login();
var_dump($xui->getInbounds());