An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Image

### Установка

```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;

```