https://github.com/localzet/xray-grpc-php
XRay-gRPC-PHP is a versatile PHP library designed to facilitate communication with XRay using gRPC. This library simplifies sending and receiving data through gRPC protocols, ensuring efficient interaction and management of XRay services.
https://github.com/localzet/xray-grpc-php
grpc php xray
Last synced: 11 months ago
JSON representation
XRay-gRPC-PHP is a versatile PHP library designed to facilitate communication with XRay using gRPC. This library simplifies sending and receiving data through gRPC protocols, ensuring efficient interaction and management of XRay services.
- Host: GitHub
- URL: https://github.com/localzet/xray-grpc-php
- Owner: localzet
- License: agpl-3.0
- Created: 2024-10-14T00:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:46:17.000Z (over 1 year ago)
- Last Synced: 2025-04-04T09:04:43.282Z (12 months ago)
- Topics: grpc, php, xray
- Language: PHP
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Установка
```shell
composer require localzet/xray-grpc
```
### Используемые классы:
```php
Xray\App\Proxyman\Command\HandlerServiceClient::class;
Xray\App\Log\Command\LoggerServiceClient::class;
Xray\App\Router\Command\RoutingServiceClient::class;
Xray\App\Stats\Command\StatsServiceClient::class;
```